Bug 9454: Use placeholders when adding basket
[koha_fer] / serials / routing.pl
index f093da7..a95631b 100755 (executable)
@@ -121,6 +121,8 @@ $template->param(
     dates => $dates,
     routingnotes => $serials[0]->{'routingnotes'},
     hasRouting => check_routing($subscriptionid),
+    (uc(C4::Context->preference("marcflavour"))) => 1
+
     );
 
 output_html_with_http_headers $query, $cookie, $template->output;