[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
Thu Jul 16 17:17:48 CEST 2015


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 41031
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41031&action=edit
Bug 14541 - Tax rate should not be forced to an arbitrary precision

The following is an example gstrate for a real library
0|.08625|.0863|.085|.09|.0825|.0875|.075|.07625

Note the .08625 and .0863

Both of those rates show up as 8.6% for the order line editor (
        acqui/neworderempty.pl ).

There is no reason to force these numbers to be rounded and in fact
makes the label not match the value!

Test Plan:
1) Set you gstrate pref to 0|.08625|.0863|.085|.09|.0825|.0875|.075|.07625
2) Edit an order line
3) Note that the tax rate pulldown lists 8.6% twice
4) Apply this patch
5) Refesh the page
6) Note the pulldown now lists the actual tax rate values

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list