diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-09 07:02:34 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-09 07:02:34 -0600 |
commit | 929a734a30fd9c2dc593a99cbce119e365ea1d7b (patch) | |
tree | 8dd54cd7519a26fec11c786f36c567c7fac66a8f /src/report.h | |
parent | 605fcde2e7c7d9fa05046ca81bff5a75cf2baa94 (diff) | |
download | fork-ledger-929a734a30fd9c2dc593a99cbce119e365ea1d7b.tar.gz fork-ledger-929a734a30fd9c2dc593a99cbce119e365ea1d7b.tar.bz2 fork-ledger-929a734a30fd9c2dc593a99cbce119e365ea1d7b.zip |
-H now implies -V
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))"); |