From 2eea15daca40b67b5d761d6838415088bfe0c810 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 21 May 2013 13:12:55 -0400 Subject: [PATCH] Bug 10080 - Change system pref IndependantBranches to IndependentBranches - Followup Signed-off-by: Jonathan Druart --- reserve/request.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reserve/request.pl b/reserve/request.pl index 54f2755..a0cc055 100755 --- a/reserve/request.pl +++ b/reserve/request.pl @@ -571,7 +571,7 @@ foreach my $biblionumber (@biblionumbers) { $reserve{'suspend'} = $res->{'suspend'}; $reserve{'suspend_until'} = $res->{'suspend_until'}; - if ( C4::Context->preference('IndependantBranches') && $flags->{'superlibrarian'} != 1 ) { + if ( C4::Context->preference('IndependentBranches') && $flags->{'superlibrarian'} != 1 ) { $reserve{'branchloop'} = [ GetBranchDetail($res->{'branchcode'}) ]; } else { $reserve{'branchloop'} = GetBranchesLoop($res->{'branchcode'}); -- 1.7.10.4