From 0cb8049c41b68ab999fbd2c4173c680fb1b545df Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Feb 2009 23:57:30 -0400 Subject: Pass amount expression to calc_xacts, to be used for computing the total. --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 418ac0e2..ce1ab9dd 100644 --- a/src/report.h +++ b/src/report.h @@ -189,6 +189,7 @@ public: } DO_(args) { expr = args[0].to_string(); + expr.set_context(parent); }); OPTION(report_t, amount_data); // -j -- cgit v1.2.3