[Koha-bugs] [Bug 25127] Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 20 11:45:23 CEST 2020


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

--- Comment #9 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Long term, we should really switch away from `decimal(28,6)` to `int` or
`smallint` at the database level and then set a rounding routine for anywhere
we end up with parts of a penny/cent/etc.  (Probably we want to stick to 'round
to half even' - https://en.wikipedia.org/wiki/Rounding#Round_half_to_even too)

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


More information about the Koha-bugs mailing list