Bug 8653 remove erroneous whitespace blocking indexing
[koha.git] / serials / serials-collection.pl
index 4fe55f0..610de60 100755 (executable)
@@ -158,10 +158,12 @@ $template->param(
           bibliotitle => $title,
           suggestion => C4::Context->preference("suggestion"),
           virtualshelves => C4::Context->preference("virtualshelves"),
+          routing => C4::Context->preference("RoutingSerials"),
           subscr=>$query->param('subscriptionid'),
           subscriptioncount => $subscriptioncount,
     location          => $locationlib,
     callnumber        => $callnumber,
+    uc(C4::Context->preference("marcflavour")) => 1
           );
 
 output_html_with_http_headers $query, $cookie, $template->output;