X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Frouting-preview.pl;h=437c85288b5ad8a561b727467f3def5c9da6e038;hb=ea1aa7a0d906d583375618e37be60e9f0d62d939;hp=8d6850a62b568a98831a7e87c424d3fcaabf7e86;hpb=c9d0c168679d6b225e305b45331e1e86ee4939d1;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;