Bug 6554: Followup for serial search
[koha.git] / serials / serial-issues.pl
index 4a971b5..b57baa1 100755 (executable)
@@ -108,4 +108,5 @@ if ($selectview eq "full"){
         virtualshelves => "".C4::Context->preference("virtualshelves"),
     );
 }
+$template->param((uc(C4::Context->preference("marcflavour"))) => 1);
 output_html_with_http_headers $query, $cookie, $template->output;