When -V is used, show the market value for the amount as well as the total.

This commit is contained in:
John Wiegley 2009-02-09 18:21:29 -04:00
parent 139a7b486d
commit 75c7fbf23e

View file

@ -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)");
});