https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598

--- Comment #83 from Florent Mara <florent.m...@gmail.com> ---
The latest patch includes the following:

(1) Further refactoring and regression tests in Koha::Patrons::Import module.

(2) A minor bug fix for header row parser by which it was possible to fail the
header row parsing (status equal to 0) yet call on Text::CSV->field() which
would create an undef entry in both the @csvcolumns and %csvkeycol variables.

(3) A more important bug fix related to dateofbirth, dateenrolled and
dateexpiry imports by which the failure to format the dates would see these
being silently ignored/replaced with default dates. This defect was caused by
the @missing_criticals being populated but ignored in the remainder of the
loop. This defect is still present in master.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to