View | Details | Raw Unified | Return to bug 38974
Collapse All | Expand All

(-)a/opac/opac-memberentry.pl (-1 / +1 lines)
Lines 311-316 elsif ( $op eq 'cud-update' ) { Link Here
311
311
312
    my %borrower = ParseCgiForBorrower($cgi);
312
    my %borrower = ParseCgiForBorrower($cgi);
313
    $borrower{borrowernumber} = $borrowernumber;
313
    $borrower{borrowernumber} = $borrowernumber;
314
    $borrower{categorycode}   = $borrower->{categorycode};
314
315
315
    my @empty_mandatory_fields = grep { $_ ne 'password' } # password is not required when editing personal details
316
    my @empty_mandatory_fields = grep { $_ ne 'password' } # password is not required when editing personal details
316
      ( CheckMandatoryFields( \%borrower, $op ), CheckMandatoryAttributes( \%borrower, $attributes ) );
317
      ( CheckMandatoryFields( \%borrower, $op ), CheckMandatoryAttributes( \%borrower, $attributes ) );
317
- 

Return to bug 38974