From 14ffc2b31a38a7fdd25bd93fe21d17132b16062a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 22:55:29 -0400 Subject: Don't apply all filters for account-wise reports This creates its own problems; instead, only most are used. --- src/report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report.cc') diff --git a/src/report.cc b/src/report.cc index 49623eda..343f0110 100644 --- a/src/report.cc +++ b/src/report.cc @@ -114,7 +114,7 @@ void report_t::sum_all_accounts() journal_xacts_iterator walker(*session.journal.get()); pass_down_xacts(chain_xact_handlers - (*this, xact_handler_ptr(new set_account_value(expr))), + (*this, xact_handler_ptr(new set_account_value(expr)), true), walker); expr.mark_uncompiled(); // recompile, throw away xact_t bindings -- cgit v1.2.3