diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 00e0d588..a4020af8 100644 --- a/src/report.h +++ b/src/report.h @@ -535,6 +535,7 @@ public: parent->HANDLER(sort_all_).off(); }); + OPTION(report_t, start_of_week_); OPTION(report_t, subtotal); // -s OPTION(report_t, tail_); |