diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-27 21:34:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-27 21:34:08 -0400 |
commit | 828a1e8bf98365b6266cba95caba08a48b4c745b (patch) | |
tree | 2e2e4016d2509af252ea339bf61a81b0aaa45a90 /src/report.cc | |
parent | 07cca71893ef82e4199dc0dcadba25cc0185c4ed (diff) | |
download | ledger-828a1e8bf98365b6266cba95caba08a48b4c745b.tar.gz ledger-828a1e8bf98365b6266cba95caba08a48b4c745b.tar.bz2 ledger-828a1e8bf98365b6266cba95caba08a48b4c745b.zip |
Added --actual-dates, for overriding --effective
This is so that if someone has --effective in their .ledgerrc, they can
force the use of actual dates.
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc index 87ebb71d..ac51203c 100644 --- a/src/report.cc +++ b/src/report.cc @@ -506,6 +506,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) OPT(abbrev_len_); else OPT(account_); else OPT(actual); + else OPT(actual_dates); else OPT(add_budget); else OPT(amount_); else OPT(amount_data); |