diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-03 13:03:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-03 13:03:10 -0400 |
commit | 43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a (patch) | |
tree | b8cd70315ef339c785bffecf83a52826def97914 /src/report.cc | |
parent | 3434650848e500d605447388ef7e069ee1515b72 (diff) | |
download | fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.gz fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.bz2 fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.zip |
Removed the global references to session->report.
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc index efcb9c1b..f72798ec 100644 --- a/src/report.cc +++ b/src/report.cc @@ -62,7 +62,7 @@ void report_t::sum_all_accounts() pass_down_xacts (chain_xact_handlers(*this, xact_handler_ptr(new set_account_value), false), walker); - session.master->calculate_sums(); + session.master->calculate_sums(amount_expr); } void report_t::accounts_report(acct_handler_ptr handler) |