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/chain.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/chain.h') diff --git a/src/chain.h b/src/chain.h index f976ea3c..b064c4ed 100644 --- a/src/chain.h +++ b/src/chain.h @@ -88,8 +88,10 @@ typedef shared_ptr > xact_handler_ptr; typedef shared_ptr > acct_handler_ptr; class report_t; -xact_handler_ptr chain_xact_handlers(report_t& report, - xact_handler_ptr base_handler); +xact_handler_ptr +chain_xact_handlers(report_t& report, + xact_handler_ptr base_handler, + bool only_preliminaries = false); } // namespace ledger -- cgit v1.2.3