[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
Mon Jul 17 22:36:16 CEST 2023


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

PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153568|0                           |1
        is obsolete|                            |

--- Comment #5 from PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> ---
Created attachment 153577
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153577&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>

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


More information about the Koha-bugs mailing list