Merge remote-tracking branch 'origin/new/bug_7417'
[koha.git] / serials / subscription-add.pl
index 0a33875..a3306ea 100755 (executable)
@@ -175,6 +175,7 @@ if ($op eq 'addsubscription') {
             $template->param(bibliotitle => $bib->{title});
         }
     }
+        $template->param((uc(C4::Context->preference("marcflavour"))) => 1);
        output_html_with_http_headers $query, $cookie, $template->output;
 }