From 1600ee1f64f659b151c1c873d478baa1bdab89f2 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 18 May 2020 13:05:29 +0800 Subject: Revert "Change --invert to invert displayed amounts and totals, not amounts" This reverts commit 9ad0dcc85a3ec59a1dd23f36964d083cf59bd7a9. Fixes #1895 --- src/report.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/report.h') 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_ -- cgit v1.2.3