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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to