17 Jan
2017
17 Jan
'17
5:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 --- Comment #90 from M. Tompsett <mtompset@hotmail.com> --- (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.