https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689
--- Comment #28 from Jonathan Druart <[email protected]> --- Owen, I see pattern="[a-zA-Z0-9]+ and jQuery.validator.addMethod("marcfield", function(value, element) { return this.optional(element) || /^[0-9a-zA-Z]+$/.test(value); }, _("Please enter letters or numbers") ); Should not we have only 1 check? -- 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/
