Bug 766: remove CGI::scrolling_list from request.pl
[koha.git] / members / readingrec.pl
index ba94149..d41e3f9 100755 (executable)
@@ -140,6 +140,7 @@ $template->param(
     loop_reading      => $issues,
     activeBorrowerRelationship =>
       ( C4::Context->preference('borrowerRelationship') ne '' ),
+    RoutingSerials => C4::Context->preference('RoutingSerials'),
 );
 output_html_with_http_headers $input, $cookie, $template->output;