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)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 16 Oct 2008 21:18:39 +0000 (16:18 -0500)
commitc9fd091c14219cdffc2e835b1bfae21acf22a4e8
treed48f05e3f6cd82d4695dd3775bec16018b1b9264
parent20c82796aa2ec77735c034004061351c00c525f2
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