From 5d4ac679201fd45f7a780ca1b7920682db69d62e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 20:45:09 -0400 Subject: chain_xact_handlers now always operators the same Previously, account-wise reports used a subset of the total number of transaction filters, but this could cause confusing results, and made some reports immpossible (such as account-wise monthly averages). --- src/chain.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/chain.h') diff --git a/src/chain.h b/src/chain.h index c6de088f..f976ea3c 100644 --- a/src/chain.h +++ b/src/chain.h @@ -88,11 +88,8 @@ 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, - const bool handle_individual_xacts = true); +xact_handler_ptr chain_xact_handlers(report_t& report, + xact_handler_ptr base_handler); } // namespace ledger -- cgit v1.2.3