summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-05-05 13:26:49 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-05-05 13:26:57 -0500
commitc586e1e494487c43cf6da886739f69bb91a7e15b (patch)
tree3daca0ab1b26c3f00c45608ec1914ba549b1f6d6 /src/report.h
parent974da27ed4900529b631437f89adcd09c0124151 (diff)
downloadfork-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.h4
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);