19 Aug
2016
19 Aug
'16
5:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17140 --- Comment #10 from Jacek Ablewicz <abl@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.