bug 9370: test case for splitting LC call number
[koha_fer] / circ / reserveratios.pl
index 91d1f6a..29cd0b6 100755 (executable)
@@ -113,7 +113,7 @@ my $strsth =
  $sqldatewhere
 ";
 
-if (C4::Context->preference('IndependantBranches')){
+if (C4::Context->preference('IndependentBranches')){
     $strsth .= " AND items.holdingbranch=? ";
     push @query_params, C4::Context->userenv->{'branch'};
 }