Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error from different compensation prediction and result
Compensation prediction doesn't persist rows into database, thus the values that Provision provided weren't rounded at all: their excess digits were just chopped off. E.g. a value 1.006 from Provision calculation would be persisted as 1.01 in database, but predicition would've had a value of 1.00.
- Loading branch information