summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 5e198e22..b3a5c636 100644
--- a/src/report.h
+++ b/src/report.h
@@ -229,6 +229,10 @@ public:
parent->append_display_predicate("depth<=1");
});
+ OPTION_(report_t, collapse_if_zero, DO() {
+ parent->HANDLER(collapse).on();
+ });
+
OPTION(report_t, comm_as_payee); // -x
OPTION(report_t, cost);
OPTION(report_t, csv_format_);