diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:20:57 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:20:57 -0400 |
commit | cb751913ef85305f2f13cd3a9af80adc00278627 (patch) | |
tree | 167fa2a4e4e640b3a63ec56671f713f7160bd9c9 /test/baseline/opt-actual.test | |
parent | 944c63e6f26d1f05ba6f63c60f510d3796872f3e (diff) | |
download | fork-ledger-cb751913ef85305f2f13cd3a9af80adc00278627.tar.gz fork-ledger-cb751913ef85305f2f13cd3a9af80adc00278627.tar.bz2 fork-ledger-cb751913ef85305f2f13cd3a9af80adc00278627.zip |
Fixed a minor bug in handling of automated xacts
There was a if statement with an inverse boolean meaning, which caused
some automated transaction postings to have a null amount.
Diffstat (limited to 'test/baseline/opt-actual.test')
-rw-r--r-- | test/baseline/opt-actual.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/baseline/opt-actual.test b/test/baseline/opt-actual.test index 3b08e9b9..1d9ddc89 100644 --- a/test/baseline/opt-actual.test +++ b/test/baseline/opt-actual.test @@ -2,6 +2,7 @@ print --actual <<< = account =~ /Books/ Expenses:Taxes 0.05 + Assets:Checking -0.05 2008/01/01 January Expenses:Books $10.00 |