diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h index da1a7c5a..45d4f11a 100644 --- a/src/report.h +++ b/src/report.h @@ -778,8 +778,10 @@ public: }); OPTION_(report_t, unround, DO() { - parent->HANDLER(amount_).set_expr(string("--uncleared"), - "unrounded(amount)"); + parent->HANDLER(display_amount_) + .set_expr(string("--unround"), "unrounded(amount_expr)"); + parent->HANDLER(display_total_) + .set_expr(string("--unround"), "unrounded(total_expr)"); }); OPTION_(report_t, weekly, DO() { // -W |