From 9ad0dcc85a3ec59a1dd23f36964d083cf59bd7a9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 5 Jul 2019 13:01:11 -0700 Subject: [PATCH] Change --invert to invert displayed amounts and totals, not amounts --- src/report.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/report.h b/src/report.h index 1bda0407e..7775e21d2 100644 --- a/src/report.h +++ b/src/report.h @@ -732,7 +732,8 @@ class report_t : public scope_t 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_