From 69935430776eb4a7edf842d1bb72a58aaa737a20 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 6 Mar 2014 10:56:56 +1300 Subject: [PATCH] Doh, typo --- lib/NCIP/ILS/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2