[Bug 12310] Decimal separators issues in patrons payments/fines
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12310 --- Comment #87 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> --- (In reply to Koha Team Lyon 3 from comment #85)
When you choose to pay or to write off a fine, you arrive on paycollect.pl : there, the amounts are displayed with a dot.
Indeed that's not very consistent and confusing. We could hide the processed value in a hidden field but that might not be clean and could lead to other issues. (in follow-up BZ I hope)
If you don't change anything, the dot is considered as a decimal separator. If you want to change the amount without changing the separator which is already displayed, it will not be consider. for example : '500.00' is displayed You change it on '1.00' It will be transform in '100'
That's not great :(
It's consistent with your DecimalSeparators syspref but quite confusing.
At least, it would be great to have on paycollect the same help we can find mancredit ou maninvoice (Example: 5,12). By the way, this help only figures the first character of the DecimalSeparators syspref which is not completely right : DecimalSeparators = ., You will see : "Example: 5.12"
DecimalSeparators = ,. You will see : "Example: 5,12"
That's still a valid example, which is the point of the help. But I agree get that there is something not optimal there.
But as it is, the patches handle the main issue,
+1
so I hope it could be in the 18.05 release !
We're too, late. At least, that leaves time to find remaining bugs or submit follow ups. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org