[Koha-bugs] [Bug 14541] Tax rate should not be forced to an arbitrary precision

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 7 13:01:17 CET 2016


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com
             Status|Signed Off                  |Failed QA

--- Comment #16 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list