https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27410 Peter Vashchuk <stalkernoid@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stalkernoid@gmail.com --- Comment #17 from Peter Vashchuk <stalkernoid@gmail.com> --- Patch 117706 "Bug 27410: (follow-up) Updates to accommodate currency entry" doesn't take into consideration regional settings: inputmode="decimal" pattern="^\d+(\.\d{2})?$" this never will let comma-separated values to pass (in Finland, for example, coma is used as separator), i.e. "0,00" won't pass. Also there is another requirement from librarians - to have field completely empty if it's 0, so they could just paste amount (as they usually do) without the need to clear the field first. And anyway if you save the form with 0.00 value, it won't accept it saying "Debit amount passed is not positive" so in my opinion there's no point to preset it with zeroes to begin with. -- You are receiving this mail because: You are watching all bug changes.