[Koha-bugs] [Bug 27410] Update intranet-tmpl/prog/en/modules/members/maninvoice.tt to reflect ACC2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 21 15:42:42 CET 2021


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

--- Comment #6 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 115553
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115553&action=edit
Bug 27410: (follow-up) Updates to accommodate currency entry

This patch makes two modifications in order to allow the entry of
currency strings (e.g. 1.25).

 - Inputmode changed to "decimal"
 - Regex pattern changed to "^\d+(\.\d{2})?$" as found in
   admin/debit_types.tt

To test, apply the patch and test entry of various strings in the manual
invoice "amount" field. Confirm that the field only accepts digits or
digits followed by a decimal and two digits.

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


More information about the Koha-bugs mailing list