diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chain.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chain.cc b/src/chain.cc index 03d8aead..7f5a1a07 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -112,10 +112,12 @@ post_handler_ptr chain_post_handlers(report_t& report, else handler.reset(new sort_posts(handler, report.HANDLER(sort_).str())); } +#if 0 else if (! report.HANDLED(period_) && ! report.HANDLED(unsorted)) { handler.reset(new sort_posts(handler, "date")); } +#endif // collapse_posts causes xacts with multiple posts to appear as xacts // with a subtotaled post for each commodity used. |