Bug 2627: Allow Unicode data in import_borrowers, expand feedback on errors.
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 19 Sep 2008 00:02:45 +0000 (19:02 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 14:00:51 +0000 (15:00 +0100)
commit497a2d8e266dcbf6b584b94495a35a2e5bd7f97b
treefde69035ae332afa4b30fcfde2eb16afa67ec674
parent308b409cc5068a4b732a9f447f4a58083d44d986
Bug 2627: Allow Unicode data in import_borrowers, expand feedback on errors.

Date fields are now checked against syspref and iso regexps before attempting
to convert or insert them.  The problem characters were non-ASCII diacriticals.
Note: this may rely on improvements in the current 0.54 version of Text::CSV and
Text::CSV_XS, rather than the Koha minimum of 0.01 and 0.32, respectively.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl
tools/import_borrowers.pl