Bug 9611: Change the password hashing algorithm from MD5 to Bcrypt
[koha.git] / members / files.pl
index 84bc41e..77d7be5 100755 (executable)
@@ -104,6 +104,7 @@ else {
     $template->param(
         categoryname    => $data->{'description'},
         branchname      => GetBranchName($data->{'branchcode'}),
+        RoutingSerials => C4::Context->preference('RoutingSerials'),
     );
 
     if (C4::Context->preference('ExtendedPatronAttributes')) {