View | Details | Raw Unified | Return to bug 15221
Collapse All | Expand All

(-)a/C4/SIP/ILS.pm (-1 / +1 lines)
Lines 229-234 sub checkin { Link Here
229
    } elsif ( !$item->{patron} ) {
229
    } elsif ( !$item->{patron} ) {
230
        if ( $checked_in_ok ) { # Mark checkin ok although book not checked out
230
        if ( $checked_in_ok ) { # Mark checkin ok although book not checked out
231
            $circ->ok( 1 );
231
            $circ->ok( 1 );
232
            $circ->alert( 0 );
232
            syslog("LOG_DEBUG", "C4::SIP::ILS::Checkin - using checked_in_ok");
233
            syslog("LOG_DEBUG", "C4::SIP::ILS::Checkin - using checked_in_ok");
233
        } else {
234
        } else {
234
            $circ->screen_msg("Item not checked out");
235
            $circ->screen_msg("Item not checked out");
235
- 

Return to bug 15221