diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 58c12f24..5b403205 100644 --- a/src/report.h +++ b/src/report.h @@ -770,7 +770,7 @@ public: parent->HANDLER(total_) .set_expr(string("--percent"), "((is_account&parent&parent.total)?" - " percent(scrub(total), scrub(parent.total)):0"); + " percent(scrub(total), scrub(parent.total)):0)"); }); OPTION__ |