From 70b7eb8e950959c6a8789b9772b0ff71bcdc4957 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 --- reserve/request.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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.2.5