Bug 10507: improve warning about duplicate patron attribute value
[koha.git] / members / notices.pl
index 51a843c..16935d9 100755 (executable)
@@ -69,6 +69,7 @@ $template->param(
                         branchname              => GetBranchName($borrower->{'branchcode'}),
                         categoryname            => $borrower->{'description'},
                        activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
+            RoutingSerials => C4::Context->preference('RoutingSerials'),
 );
 output_html_with_http_headers $input, $cookie, $template->output;