[Koha-patches] [PATCH] [followup](bug #3897) fix variable name

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Fri Dec 11 11:41:26 CET 2009


this just change a bad variable name.
---
 reserve/request.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reserve/request.pl b/reserve/request.pl
index 63b735d..8c55e54 100755
--- a/reserve/request.pl
+++ b/reserve/request.pl
@@ -344,7 +344,7 @@ foreach my $biblioitemnumber (@biblioitemnumbers) {
             }
         }
 
-        my $branch = C4::Circulation::_GetCircControlBranch($item, $borr);
+        my $branch = C4::Circulation::_GetCircControlBranch($item, $borrowerinfo);
 
         my $branchitemrule = GetBranchItemRule( $branch, $item->{'itype'} );
         my $policy_holdallowed = 1;
-- 
1.6.3.3




More information about the Koha-patches mailing list