Don't auto-sort transactions for the balance report

This commit is contained in:
John Wiegley 2009-11-19 01:26:50 -05:00
parent 20965d9fa3
commit 0c3a6234a9

View file

@ -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));