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

--- Comment #5 from Emmi Takkinen <[email protected]> ---
(In reply to Katrin Fischer from comment #4)
> Hi Emmi,
> 
> I was able to confirm the problematic behavior, but there is still a tiny
> problem: When CurrencyFormat is set to FR, the value on editing will contain
> the comma, creating an invalid input format.
> 
> I believe we fixed this in other spots - could you have a look?

This happens because Expired hold charge field matches input value against
pattern "^\d+(\.\d{2})?$". All fields allowing decimals behave same way, e.g.
Overdue fines cap (amount). If dot is changed to comma, decimals with dot
separator are invalid. I'd say fixing this is not in the scope of this bug.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to