[Koha-bugs] [Bug 34169] Add validation for monetary input fields in acquisition module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 21 17:38:31 CEST 2023


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153581|0                           |1
        is obsolete|                            |
 Attachment #153582|0                           |1
        is obsolete|                            |
 Attachment #153583|0                           |1
        is obsolete|                            |

--- Comment #15 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 153801
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153801&action=edit
Bug 34169: Use jQuery validator plugin to validate amounts

This is a first step towards more consistency and possibly supporting
multiple input formats as well in the future. It allows us to mark all
input fields for monetary values, such as prices, replacement prices,
fees etc. with a class that is linked to a check for the 'number' format
in the jQuery Validator plugin.

This is the base patch that does nothing by itself, please see
test plan in second patch.

Signed-off-by: Michaela Sieber <michaela.sieber at kit.edu>
Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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


More information about the Koha-bugs mailing list