Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC
[koha_fer] / serials / serials-edit.pl
index 5c87851..b78e191 100755 (executable)
@@ -399,6 +399,8 @@ $template->param(
     serialslist     => \@serialdatalist,
     default_bib_view => $default_bib_view,
     location         => $locationlib,
+    (uc(C4::Context->preference("marcflavour"))) => 1
+
 );
 output_html_with_http_headers $query, $cookie, $template->output;