[Koha-bugs] [Bug 33028] Wrongly formatted monetary amounts in circulation rules break scripts and calculations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 28 17:57:45 CEST 2023


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

--- Comment #64 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
OK.. I should have read Katrins patches in more depth before continuing here.. 

Bug 33028: Add TT filters for Price and pattern checks to input fields

This actually takes us backwards and breaks input more.. We are expecting
currency format to be correctly passed to us in system currency format.. NOT
always US decimal.. as such by adding the pattern and setting the input types
to decimal only we are forcing US decimal input which means the unformat call
on the serverside is breaking the inputs.

I think we should go all the way back to `Bug 33028: Add is_monetary to
recall_overdue_fine and article_request_fee` and we had a working system at
that point following Katrins test plan.. at least it was working for me for all
cases at that point.

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


More information about the Koha-bugs mailing list