diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 3 |
1 files changed, 1 insertions, 2 deletions
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_ |