summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-18 13:05:29 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-18 13:05:29 +0800
commit1600ee1f64f659b151c1c873d478baa1bdab89f2 (patch)
tree7b3663830c48457b757c19ae5b7f9c4c73bc272f
parent92b6072ffd0744f3c949cbe9eb82c23db9fc44c9 (diff)
Revert "Change --invert to invert displayed amounts and totals, not amounts"
This reverts commit 9ad0dcc85a3ec59a1dd23f36964d083cf59bd7a9. Fixes #1895
-rw-r--r--src/report.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h
index c1dc75c2..8de38547 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_