diff options
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() && |