https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127
--- Comment #13 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize from comment #12) > Using sprintf isn't a bad solution.. it limits us to 2 currencies using only > 2 decimal places though.. I'd be interested to know if there are any Koha > users out there actually using 3 or more decimals. > > Also.. using sprintf does the half round by even thing I was talking about > in my earlier comment. I think your *100/100 trick will only work for 2 decimals as well. Koha cannot work with more than 2 decimals right now. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
