https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10253
--- Comment #5 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #4) > As discussed on bug 14541, we shouldn't force the tax rate to *any* > arbitrary precision. I just came across a library with a tax right of > something like 4.3655 percent! With 4.3655, it would be 0.043655 in DB, but as we store only 4 decimal it will be truncated to 0.0436 We would need to update the DB structure to support such precision. -- 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] http://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/
