From c99a4b03320242d3d5a6d64f73f8581fe5ea2306 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 13 Aug 2020 12:59:44 -0700 Subject: Revert "Revert "Change --invert to invert displayed amounts and totals, not amounts"" This reverts commit 1600ee1f64f659b151c1c873d478baa1bdab89f2. --- src/report.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 95d87e1e..d3821e84 100644 --- a/src/report.h +++ b/src/report.h @@ -736,7 +736,8 @@ public: OPTION(report_t, inject_); OPTION_(report_t, invert, DO() { - OTHER(amount_).on(whence, "-amount_expr"); + OTHER(display_amount_).on(whence, "-display_amount"); + OTHER(display_total_).on(whence, "-display_total"); }); OPTION_ -- cgit v1.2.3