bugfix opac-user stomps mylibraryfirst value in quick search label
[koha.git] / opac / opac-user.pl
index b1bbe5f..d8f8317 100755 (executable)
@@ -185,7 +185,7 @@ for my $branch_hash (sort keys %$branches ) {
         selected => $selected
       };
 }
-$template->param( branchloop => \@branch_loop, "mylibraryfirst"=>C4::Context->preference("SearchMyLibraryFirst"));
+$template->param( branchloop => \@branch_loop );
 
 # now the reserved items....
 my @reserves  = GetReservesFromBorrowernumber( $borrowernumber );