https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #91 from Alex Buckley <[email protected]> --- (in reply to M.Topmsett in comment 90) Yes you are correct that the regex ^[^0\s].* prevents inputting of 0 or a whitespace as the first character of the cardnumber, which is good. However I have tested it on the following website: http://regexr.com/ And that regex will accept special characters as part of the cardnumber, which is obviously not what we want. Also other than this regex issue was there any other reason that my bug was given 'Failed QA'? -- 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/
