https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25657
--- Comment #12 from Elaine Bradtke <[email protected]> --- I've found the answer as to what is happening. It has to do with default values. We ignore this option when uploading patron records. However, the password auto-fill in Chrome doesn't. It filled in my staff-login information as a default entry. Then the import failed because this was duplicated for every record, and already in use. Since userid is supposed to be unique, I would argue that having this as a default value is a recipe for failure. Regardless of the auto-fill problem, if I were to enter a default value in this field, it wouldn't be unique. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
