Bug 766: remove CGI::scrolling_list from request.pl
[koha.git] / members / maninvoice.pl
index 5bd756a..6331535 100755 (executable)
@@ -135,6 +135,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
                branchname => GetBranchName($data->{'branchcode'}),
                is_child        => ($data->{'category_type'} eq 'C'),
                activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
+        RoutingSerials => C4::Context->preference('RoutingSerials'),
     );
     output_html_with_http_headers $input, $cookie, $template->output;
 }