@@ -, +, @@ IndependentBranches - Followup --- reserve/request.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/reserve/request.pl +++ a/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'}); --