diff options
author | Craig Earls <enderw88@gmail.com> | 2015-06-28 19:35:31 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2015-06-28 19:35:31 -0700 |
commit | 6e92d87d907cb3663f9c463da215f21c7e30bc39 (patch) | |
tree | 138ae6d97c0a53d6f8174aae985c4b0fd92a83d5 /src/report.h | |
parent | 5f03a94b522f4c348ae952e2dfdba98e71a35b8f (diff) | |
parent | 45e74103607a77c5945615692c3a35f9ce6aadde (diff) | |
download | fork-ledger-6e92d87d907cb3663f9c463da215f21c7e30bc39.tar.gz fork-ledger-6e92d87d907cb3663f9c463da215f21c7e30bc39.tar.bz2 fork-ledger-6e92d87d907cb3663f9c463da215f21c7e30bc39.zip |
Merge commit '45e74103607a77c5945615692c3a35f9ce6aadde' into next
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); |