54 |
$debug and warn "do_checkin() calling AddReturn($barcode, $branch)"; |
53 |
$debug and warn "do_checkin() calling AddReturn($barcode, $branch)"; |
55 |
my ($return, $messages, $iteminformation, $borrower) = AddReturn($barcode, $branch); |
54 |
my ($return, $messages, $iteminformation, $borrower) = AddReturn($barcode, $branch, undef, undef, $return_date); |
57 |
# ignoring messages: NotIssued, IsPermanent, WasLost, WasTransfered |
56 |
# ignoring messages: NotIssued, IsPermanent, WasLost, WasTransfered |