[Bug 14541] Tax rate should not be forced to an arbitrary precision
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14541 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Signed Off |Failed QA --- Comment #16 from Nick Clemens <nick@bywatersolutions.com> --- This works, one issue is that the pref allows you to enter any number of decimals. These are then displayed in full on the dropdowns, however, they are saved into the db truncated. Example: In gist preference: .12345 Shows in dropdowns as: 12.345% Saves to db as: .1235 Shows in order/basket tables as: 12.35% We should either truncate the dropdowns or add a warning in the system preference -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org