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

--- Comment #7 from Emmi Takkinen <[email protected]> ---
(In reply to Emmi Takkinen from comment #6)
> (In reply to Emmi Takkinen from comment #5)
> > (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.
> 
> Tested again (I should really triple check my tests) and without patch
> editing works fine. I'll see what has been broken.

Welp, this part; else if (current_input_id === "expire_reserves_charge"), is
totally useless.

-- 
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