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 2ad53f01..ed3aae2e 100644 --- a/src/report.h +++ b/src/report.h @@ -632,6 +632,7 @@ public: OPTION(report_t, head_); OPTION_(report_t, historical, DO() { // -H + OTHER(market).on(whence); OTHER(amount_) .on(whence, "nail_down(amount_expr, " "market(amount_expr, value_date, exchange))"); |