Bug 8251 Do not try to debar patrons if returns are not overdue
[koha_fer] / serials / routing-preview.pl
index 8d6850a..437c852 100755 (executable)
@@ -133,6 +133,7 @@ $template->param(
     routingnotes => $routingnotes,
     generalroutingnote => C4::Context->preference('RoutingListNote'),
     hasRouting => check_routing($subscriptionid),
+    (uc(C4::Context->preference("marcflavour"))) => 1
     );
 
 output_html_with_http_headers $query, $cookie, $template->output;