[Koha-bugs] [Bug 17855] Updated Koha web installer and new onboarding tool feature to guide users through setting up Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 17 18:21:17 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855

--- Comment #90 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list