When -V is used, show the market value for the amount as well as the total.
This commit is contained in:
parent
139a7b486d
commit
75c7fbf23e
1 changed files with 1 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ public:
|
|||
|
||||
OPTION_(report_t, market, DO() { // -V
|
||||
parent->HANDLER(revalued).on();
|
||||
parent->HANDLER(display_amount_).on("market_value(amount_expr)");
|
||||
parent->HANDLER(display_total_).on("market_value(total_expr)");
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue