7 Dec
2016
7 Dec
'16
9:57 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14541 --- Comment #18 from Kyle M Hall <kyle@bywatersolutions.com> ---
The database is limited to 4 digits of precision. I think for the time being a warning on the system preference should be sufficient. I *do* think the order/basket tables should show 12.345%. We should not be rounding where we don't need to.
Had a brain fart there. 12.245% would be truncated because of the db limit. As such, only the warning is necessary. -- You are receiving this mail because: You are watching all bug changes.