diff options
author | John Wiegley <johnw@newartisans.com> | 2015-05-05 13:26:49 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-05-05 13:26:57 -0500 |
commit | c586e1e494487c43cf6da886739f69bb91a7e15b (patch) | |
tree | 3daca0ab1b26c3f00c45608ec1914ba549b1f6d6 /src/report.h | |
parent | 974da27ed4900529b631437f89adcd09c0124151 (diff) | |
download | fork-ledger-c586e1e494487c43cf6da886739f69bb91a7e15b.tar.gz fork-ledger-c586e1e494487c43cf6da886739f69bb91a7e15b.tar.bz2 fork-ledger-c586e1e494487c43cf6da886739f69bb91a7e15b.zip |
Add a --no-revalued option
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index c54c8444..10afbe6f 100644 --- a/src/report.h +++ b/src/report.h @@ -764,6 +764,10 @@ public: OTHER(color).off(); }); + OPTION_(report_t, no_revalued, DO() { + OTHER(revalued).off(); + }); + OPTION(report_t, no_rounding); OPTION(report_t, no_titles); OPTION(report_t, no_total); |