diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-09 18:21:29 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-09 18:21:29 -0400 |
commit | 75c7fbf23e76d901b539fbcf2b35723a2a50787d (patch) | |
tree | 822c0c9720469f1176722ec2b6ac01518edb3e53 /src | |
parent | 139a7b486d27fcb01caabd63e77db1b0f771b795 (diff) | |
download | fork-ledger-75c7fbf23e76d901b539fbcf2b35723a2a50787d.tar.gz fork-ledger-75c7fbf23e76d901b539fbcf2b35723a2a50787d.tar.bz2 fork-ledger-75c7fbf23e76d901b539fbcf2b35723a2a50787d.zip |
When -V is used, show the market value for the amount as well as the total.
Diffstat (limited to 'src')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)"); }); |