Lines 222-227
sub checkin {
Link Here
|
222 |
} elsif( !$item->{patron} ) { |
222 |
} elsif( !$item->{patron} ) { |
223 |
if( $checked_in_ok ) { # Mark checkin ok although book not checked out |
223 |
if( $checked_in_ok ) { # Mark checkin ok although book not checked out |
224 |
$circ->ok( 1 ); |
224 |
$circ->ok( 1 ); |
|
|
225 |
$circ->alert( 0 ); # clear alert flag |
225 |
syslog("LOG_DEBUG", "C4::SIP::ILS::Checkin - using checked_in_ok"); |
226 |
syslog("LOG_DEBUG", "C4::SIP::ILS::Checkin - using checked_in_ok"); |
226 |
} else { |
227 |
} else { |
227 |
$circ->screen_msg("Item not checked out"); |
228 |
$circ->screen_msg("Item not checked out"); |
228 |
- |
|
|