Bug 10572: (follow-up) ensure SQL for all translations has the phone transport type
[koha.git] / circ / waitingreserves.pl
index 158b847..1ec6b2d 100755 (executable)
@@ -73,7 +73,7 @@ if ($item) {
     push @cancel_result, $res if $res;
 }
 
-if ( C4::Context->preference('IndependantBranches') ) {
+if ( C4::Context->preference('IndependentBranches') ) {
     undef $all_branches;
 } else {
     $template->param( all_branches_link => $input->url . '?allbranches=1' )