Pass in the total_expr directly to changed_value_xacts.
This commit is contained in:
parent
e9a5a9bd77
commit
5e25a6d838
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ report_t::chain_xact_handlers(xact_handler_ptr base_handler,
|
|||
// list to account for changes in market value of commodities,
|
||||
// which otherwise would affect the running total unpredictably.
|
||||
if (show_revalued)
|
||||
handler.reset(new changed_value_xacts(handler, show_revalued_only));
|
||||
handler.reset(new changed_value_xacts(handler, total_expr,
|
||||
show_revalued_only));
|
||||
|
||||
// collapse_xacts causes entries with multiple xacts
|
||||
// to appear as entries with a subtotaled xact for each
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue