summaryrefslogtreecommitdiff
path: root/src/chain.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-19 01:26:50 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-19 01:26:50 -0500
commit0c3a6234a96daea14eb13cac60ef674984655b90 (patch)
treef87a47efcaba42cd77c9f58a7ce4a09e31e1540f /src/chain.cc
parent20965d9fa3c2b355280f25520f0cd74cafcf5fbc (diff)
downloadfork-ledger-0c3a6234a96daea14eb13cac60ef674984655b90.tar.gz
fork-ledger-0c3a6234a96daea14eb13cac60ef674984655b90.tar.bz2
fork-ledger-0c3a6234a96daea14eb13cac60ef674984655b90.zip
Don't auto-sort transactions for the balance report
Diffstat (limited to 'src/chain.cc')
-rw-r--r--src/chain.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/chain.cc b/src/chain.cc
index a3695923..9ab26bd6 100644
--- a/src/chain.cc
+++ b/src/chain.cc
@@ -132,10 +132,6 @@ post_handler_ptr chain_post_handlers(report_t& report,
else if (report.HANDLED(subtotal))
handler.reset(new subtotal_posts(handler, expr));
}
- else if (! report.HANDLED(period_) &&
- ! report.HANDLED(unsorted)) {
- handler.reset(new sort_posts(handler, "date"));
- }
if (report.HANDLED(dow))
handler.reset(new dow_posts(handler, expr));