https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #90 from M. Tompsett <[email protected]> --- (In reply to Katrin Fischer from comment #89) > Maybe we could be less strict and allow any characters in the cardnumber? > Removing accidentally entered whitespace at beginning and end might be > enough. I think it would be good to prevent a cardnumber of 0. :) pattern="^[^0\s].*" -- I believe this is starts with at least 1 character that is anything that is not 0 or whitespace. -- 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/
