Bug 10367 - update the rules and control file for wheezy
[koha.git] / members / mancredit.pl
index d8e7f6a..b011d1a 100755 (executable)
@@ -108,6 +108,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;
 }