[Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 3 06:38:15 CEST 2016


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

--- Comment #83 from Florent Mara <florent.mara at 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.


More information about the Koha-bugs mailing list