From e9f556edf6dc5f3de57a7ab522cad5437419abf5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 3 Feb 2022 09:05:50 -0800 Subject: Revert "Revert "Revert "Change --invert to invert displayed amounts and totals, not amounts""" This reverts commit c99a4b03320242d3d5a6d64f73f8581fe5ea2306. --- 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 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_ -- cgit v1.2.3