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

(-)a/Koha/Patrons/Import.pm (-1 / +1 lines)
Lines 132-137 sub import_patrons { Link Here
132
                }
132
                }
133
            }
133
            }
134
        }
134
        }
135
        $borrower{cardnumber} = undef unless $borrower{cardnumber};
135
136
136
        # Check if borrower category code exists and if it matches to a known category. Pushing error to missing_criticals otherwise.
137
        # Check if borrower category code exists and if it matches to a known category. Pushing error to missing_criticals otherwise.
137
        $self->check_borrower_category($borrower{categorycode}, $borrowerline, $line_number, \@missing_criticals);
138
        $self->check_borrower_category($borrower{categorycode}, $borrowerline, $line_number, \@missing_criticals);
138
- 

Return to bug 23077