Bug 11739 - Use new DataTables include in notices template
[koha_fer] / catalogue / MARCdetail.pl
index 2b967df..8eadb77 100755 (executable)
@@ -333,6 +333,8 @@ $template->param (
        marcview => 1,
        z3950_search_params             => C4::Search::z3950_search_args($biblio),
        C4::Search::enabled_staff_search_views,
+    searchid            => $query->param('searchid'),
 );
 
+
 output_html_with_http_headers $query, $cookie, $template->output;