Don't auto-sort transactions for the balance report
This commit is contained in:
parent
20965d9fa3
commit
0c3a6234a9
1 changed files with 0 additions and 4 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue