Fixes T11703. This mostly avoids rounding errors.
If point values include "0.001", we also get three digits of precision: 1.000.
Maybe useful if your point field is called "bitcoins" or something.
Differential D16601
When summing points on a workboard, display sum with same precision as most-precise value epriestley on Sep 27 2016, 4:31 PM. Authored by Tags None Referenced Files
Subscribers None
Details Fixes T11703. This mostly avoids rounding errors. If point values include "0.001", we also get three digits of precision: 1.000. Maybe useful if your point field is called "bitcoins" or something. Before: After:
Diff Detail
|