summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2022-02-03 09:05:50 -0800
committerJohn Wiegley <johnw@newartisans.com>2022-02-03 09:05:50 -0800
commite9f556edf6dc5f3de57a7ab522cad5437419abf5 (patch)
tree47a132b29a9ea3b362789c48d122ec5f68f2563b /src/report.h
parentc231a6f51399bf7f9708bade6801632283ebe5ee (diff)
downloadfork-ledger-e9f556edf6dc5f3de57a7ab522cad5437419abf5.tar.gz
fork-ledger-e9f556edf6dc5f3de57a7ab522cad5437419abf5.tar.bz2
fork-ledger-e9f556edf6dc5f3de57a7ab522cad5437419abf5.zip
Revert "Revert "Revert "Change --invert to invert displayed amounts and totals, not amounts"""
This reverts commit c99a4b03320242d3d5a6d64f73f8581fe5ea2306.
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h
index d3821e84..95d87e1e 100644
--- a/src/report.h
+++ b/src/report.h
@@ -736,8 +736,7 @@ public:
OPTION(report_t, inject_);
OPTION_(report_t, invert, DO() {
- OTHER(display_amount_).on(whence, "-display_amount");
- OTHER(display_total_).on(whence, "-display_total");
+ OTHER(amount_).on(whence, "-amount_expr");
});
OPTION_