Bug 9917 - Routing list tab on patron account should depend on syspref/permission
[koha.git] / members / statistics.pl
index d48cdde..75a30a8 100755 (executable)
@@ -104,6 +104,7 @@ $template->param(
     count_total_issues_returned => $count_total_issues_returned,
     count_total_precedent_state => $count_total_precedent_state,
     count_total_actual_state => $count_total_actual_state,
+    RoutingSerials => C4::Context->preference('RoutingSerials'),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;