Bug 10838: (follow-up) silence another warn
[koha.git] / members / member-flags.pl
index ca8c9d0..d1c165c 100755 (executable)
@@ -192,6 +192,7 @@ $template->param(
                loop => \@loop,
                is_child        => ($bor->{'category_type'} eq 'C'),
                activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
+        RoutingSerials => C4::Context->preference('RoutingSerials'),
                );
 
     output_html_with_http_headers $input, $cookie, $template->output;