From: Chris Cormack Date: Wed, 5 Mar 2014 21:56:56 +0000 (+1300) Subject: Doh, typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=69935430776eb4a7edf842d1bb72a58aaa737a20;p=working%2FNCIPServer.git Doh, typo --- diff --git a/lib/NCIP/ILS/Koha.pm b/lib/NCIP/ILS/Koha.pm index 9c8d7db..b448963 100644 --- a/lib/NCIP/ILS/Koha.pm +++ b/lib/NCIP/ILS/Koha.pm @@ -161,7 +161,7 @@ sub acceptitem { return $result; } my ( $success, $messages, $issue, $borrower ) = - AddReturn( $barcode, $branch, undef, undef ); + AddReturn( $barcode, $branchcode, undef, undef ); if ( $messages->{'NotIssued'} ) { $success = 1 ; # we do this because we are only doing the return to trigger the reserve