[Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 7 09:00:39 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376

--- Comment #22 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
The strange message I got was due to the checkin message attached to my
itemtype.
Not sure if the checkin message should be disabled if checkin fails? Propably
it should.

circ/returns.pl::>>
# Check if we should display a checkin message, based on the the item
# type of the checked in item
    my $itemtype = C4::ItemType->get( $biblio->{'itemtype'} );
    if ( $itemtype->{'checkinmsg'} ) {
        ...print checking message...;
    }

Still:
The item which failed to checkin is still added to the list of checked in
material at the end of the page.


laurendthl has requested the ability for a librarian to override the transfer
limit. This is probably pretty useful in ILL-cases.
And they are the bug sponsor as well :)

SYNOPSIS:
-OPTIONAL: Disable checkin message
-OPTIONAL: Do not add the failed checkin to the "Checked-in items"-table
-Make it possible for a librarian to override the branchtransferlimit (no
special permissions requested in the RFP)
--Log this override event to catch misbehaving librarians.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list