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

--- Comment #22 from Olli-Antti Kivilahti <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to