65 |
. substr( $return_date, 16, 2 ); |
65 |
. substr( $return_date, 16, 2 ); |
67 |
$debug and warn "do_checkin() calling AddReturn($barcode, $branch)"; |
67 |
$debug and warn "do_checkin() calling AddReturn($barcode, $branch)"; |
68 |
my ($return, $messages, $issue, $borrower) = AddReturn($barcode, $branch, undef, undef, $return_date); |
68 |
my ($return, $messages, $issue, $borrower) = AddReturn($barcode, $branch, undef, $return_date); |
70 |
# ignoring messages: NotIssued, WasLost, WasTransfered |
70 |
# ignoring messages: NotIssued, WasLost, WasTransfered |