From fb14a11c2327f573295119a8d2361f3a5578e719 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Thu, 24 Apr 2025 12:06:37 +0200 Subject: [PATCH] Bug 39736: Remove obsolete call on system preference 'OPACResultsSidebar' Bug 34869 moved additional contents. Remove call in opac/opac-search.pl --- opac/opac-search.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-search.pl b/opac/opac-search.pl index 9f906784c9..fdf5ebdf6a 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -562,7 +562,6 @@ if ( C4::Context->preference('OPACShowOpenURL') ) { } $template->param( LIMIT_INPUTS => \@limit_inputs ); -$template->param( OPACResultsSidebar => C4::Context->preference('OPACResultsSidebar') ); ## II. DO THE SEARCH AND GET THE RESULTS my $total = 0; # the total results for the whole set -- 2.43.0