https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426
Florent Mara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Florent Mara <[email protected]> --- While rebasing bug 12598, I backported this patch and it broke my tests. (unless I missed something) With this patch, either overwrite_cardnumber is set to 0 and the duplicate borrower number will be caught as an 'already_in_db' feedback - before reaching the new code and get to the next input line. OR overwrite_cardnumber is set to 1 and duplicates are overwritten anyway. In other words, there does not appear to be any duplicate userid check anymore with the current code. In bug 12598, I relocated the new code block above 'if ($borrowernumber) {' to restore functionality. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
