summaryrefslogtreecommitdiff
path: root/test/regress/1942_b.test
Commit message (Collapse)AuthorAgeFilesLines
* Do not treat balance assignments with 0 diff as a null postingDaraul Harris2020-12-051-0/+28
Ledger is treating balance assignments that have a 0 diff as having a null posting, leading to the posting being auto-balanced and therefore causing incorrect values to be returned for the transaction. I fixed this by just making the posting equal to amt - amt (0 in the right commodity). Fixes #1942