X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=serials%2Frouting-preview.pl;h=437c85288b5ad8a561b727467f3def5c9da6e038;hb=6c3a28b64032d0dcad57df222c42e163385d2e98;hp=6c8f184146dfc7ddad8bc989ee4f014b82b89cfb;hpb=a7f7aeb138b8275448937102cb7a46cf49530aef;p=koha.git diff --git a/serials/routing-preview.pl b/serials/routing-preview.pl index 6c8f184146..437c85288b 100755 --- a/serials/routing-preview.pl +++ b/serials/routing-preview.pl @@ -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;