[Koha-bugs] [Bug 27290] Cash register allows for 'amount tendered' less than amount being paid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 30 16:22:00 CET 2020


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

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 114749
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114749&action=edit
Bug 27290: Clean up validation

It seems we had the validator instantiated twice and we used a mix of
validation of required at form element level and in JS instantiator.

This patch moves the rules to consistently apply at the instantiation
and removes the duplicate lines.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list