mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
* fix(accounts): dynamic zero cutoff The cutoff for displaying zero values in accounting reports has so far been hardcoded to 0.005, giving wrong results for currencies that require a higher precision. This PR changes this to a dynamic value calculated from the Currency's _Fraction Units_. * style: fix typo