X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=circ%2Fwaitingreserves.pl;h=1ec6b2d3fa707c34e310d7383179f1465ba03cfd;hb=ac9d872fefc867d4f068d425bcfcb929435809bd;hp=158b847e054a5571da62560507fd6dcc542a8a03;hpb=0db3cccf87fdb14b5556a8a1044d89a5b2baabc5;p=koha_fer diff --git a/circ/waitingreserves.pl b/circ/waitingreserves.pl index 158b847e05..1ec6b2d3fa 100755 --- a/circ/waitingreserves.pl +++ b/circ/waitingreserves.pl @@ -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' )