(bug #4062) add item index in zebra conf
[koha.git] / opac / opac-detail.pl
index 817c203..75829e2 100755 (executable)
@@ -60,6 +60,7 @@ my $biblionumber = $query->param('biblionumber') || $query->param('bib');
 
 $template->param( 'AllowOnShelfHolds' => C4::Context->preference('AllowOnShelfHolds') );
 $template->param( 'ItemsIssued' => CountItemsIssued( $biblionumber ) );
+$template->param(C4::Search::enabled_opac_search_views);
 
 my $record       = GetMarcBiblio($biblionumber);
 if ( ! $record ) {