diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-27 03:55:13 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-27 03:55:13 -0600 |
commit | c1e23c8746fae291c149083b8574d7e2cb21c08a (patch) | |
tree | 055d7c6eb3b9651389b6fca601bf6143bd3f72cd /src/print.cc | |
parent | 9449ca2c807754826ba63831c247779370e9059d (diff) | |
download | fork-ledger-c1e23c8746fae291c149083b8574d7e2cb21c08a.tar.gz fork-ledger-c1e23c8746fae291c149083b8574d7e2cb21c08a.tar.bz2 fork-ledger-c1e23c8746fae291c149083b8574d7e2cb21c08a.zip |
Added TODO comment
Diffstat (limited to 'src/print.cc')
-rw-r--r-- | src/print.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/print.cc b/src/print.cc index dd1dbfab..d46a4b3a 100644 --- a/src/print.cc +++ b/src/print.cc @@ -180,6 +180,8 @@ namespace { amt = post->amount_expr->text(); } else #if 0 + // jww (2012-02-27): Disabled for now because it's not + // outputted valid transactions in every case if (! (count == 2 && index == 2 && (*xact.posts.begin())->amount.commodity() == post->amount.commodity() && |