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

(-)a/opac/opac-memberentry.pl (-1 / +1 lines)
Lines 306-311 if ( $op eq 'cud-create' ) { Link Here
306
306
307
    my %borrower = ParseCgiForBorrower($cgi);
307
    my %borrower = ParseCgiForBorrower($cgi);
308
    $borrower{borrowernumber} = $borrowernumber;
308
    $borrower{borrowernumber} = $borrowernumber;
309
    $borrower{categorycode}   = $borrower->{categorycode};
309
310
310
    my @empty_mandatory_fields = grep { $_ ne 'password' }    # password is not required when editing personal details
311
    my @empty_mandatory_fields = grep { $_ ne 'password' }    # password is not required when editing personal details
311
        ( CheckMandatoryFields( \%borrower, $op ), CheckMandatoryAttributes( \%borrower, $attributes ) );
312
        ( CheckMandatoryFields( \%borrower, $op ), CheckMandatoryAttributes( \%borrower, $attributes ) );
312
- 

Return to bug 38974