[Koha-bugs] [Bug 9410] Formatting of the discount field when doing a new order from new empty record is not correct

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 23 14:28:11 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |In Discussion
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
The aqorders.discount field is a float(6,4) in DB. If we limit the value to 2
in the interface, we should limit the number of decimals in the DB structure
too.

However, maybe the 4 decimals are used by some library (hum... it should be
surprising).

Switch to in discussion.

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


More information about the Koha-bugs mailing list