Bug 9105: Move Z3950 search code to Breeding module
[koha.git] / serials / routing-preview.pl
index 6c8f184..437c852 100755 (executable)
@@ -131,7 +131,9 @@ $template->param(
     subscriptionid => $subscriptionid,
     memberloop => $memberloop,
     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;