Bug 10080 - Change system pref IndependantBranches to IndependentBranches - Followup
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 21 May 2013 17:12:55 +0000 (13:12 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 14:58:27 +0000 (07:58 -0700)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

reserve/request.pl

index 54f2755..a0cc055 100755 (executable)
@@ -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'});