Bug 9943: activate "Pay selected" button only when at least one fine is selected
[koha.git] / members / member-password.pl
index ebba80a..bed8fc4 100755 (executable)
@@ -121,7 +121,8 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
            destination => $destination,
                is_child        => ($bor->{'category_type'} eq 'C'),
                activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
-        minPasswordLength => $minpw
+        minPasswordLength => $minpw,
+        RoutingSerials => C4::Context->preference('RoutingSerials'),
        );
 
 if( scalar(@errors )){