X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Frouting-preview.pl;h=437c85288b5ad8a561b727467f3def5c9da6e038;hb=882f4146441f8d0a447a63e4faecf755e33e6c90;hp=8d6850a62b568a98831a7e87c424d3fcaabf7e86;hpb=413a1e1e61b343db47b9b6fdecf3d981d87013ef;p=koha_fer diff --git a/serials/routing-preview.pl b/serials/routing-preview.pl index 8d6850a62b..437c85288b 100755 --- a/serials/routing-preview.pl +++ b/serials/routing-preview.pl @@ -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;