http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4102 Summary: import_borrowers.pl fails silently Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: critical Priority: P5 Component: Patron Import AssignedTo: cnighswonger@foundations.edu ReportedBy: cnighswonger@foundations.edu Estimated Hours: 0.0 Change sponsored?: --- When importing a csv with some columns which do not match db fields, import_borrowers.pl will report success if some columns match while silently failing to import columns which do not match. Rather than silently failing, the script should return an error noting the column names which do not match and refusing to import anything until all columns match db fields. At present there is a mechanism in place for checking certain "mandatory" columns, but no validation check for all columns. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.