[Koha-bugs] [Bug 17140] Incorrect rounding in total fines calculations, part 2

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 19 17:09:21 CEST 2016


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

--- Comment #10 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
(In reply to Jonathan Druart from comment #4)
> I think we should remove the * 1000 / 1000

+1, it isn't really serving any useful purpose, it's not warranted that the
result of the multiplication will be an integer anyway.

BTW, there is another one like that (*100, /100) in GetBorNotifyAcctRecord().
Still with an int() thing, which is definitely incorrect.

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


More information about the Koha-bugs mailing list