https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34338
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Status|ASSIGNED |In Discussion --- Comment #1 from Jonathan Druart <[email protected]> --- commit 785af7310daa4633359755add9474e81f108d022 Bug 6521 - allow blank cardnumbers to not trigger "already in use" + # If the cardnumber is blank, treat it as null. + $newdata{'cardnumber'} = undef if $newdata{'cardnumber'} =~ /^\s*$/; What's the expected behaviour? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
