https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35087 --- Comment #5 from Thibaud Guillot <thibaud.guillot@biblibre.com> --- (In reply to Katrin Fischer from comment #3)
You removed the "validated" class from the form, this disables all standard validation that already was applied here.
An examples: the mandatory field "Name" now uses the standard HTML5 message instead of our own. Email and website no longer validate at all.
You need to keep the Validator active and implement your check additionally.
Hello Katrin, Thanks for your comment, sorry for the error. I tried to fix it, but I kept the deleted class, and added a validation for the 'discount' input, I think it's correct for now, but if you see a problem, I'd be happy to hear from you. -- You are receiving this mail because: You are watching all bug changes.