From 75c7fbf23e76d901b539fbcf2b35723a2a50787d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Feb 2009 18:21:29 -0400 Subject: When -V is used, show the market value for the amount as well as the total. --- src/report.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/report.h b/src/report.h index b3a5c636..f3f37d17 100644 --- a/src/report.h +++ b/src/report.h @@ -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)"); }); -- cgit v1.2.3