summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-27 21:34:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-27 21:34:08 -0400
commit828a1e8bf98365b6266cba95caba08a48b4c745b (patch)
tree2e2e4016d2509af252ea339bf61a81b0aaa45a90 /src/report.cc
parent07cca71893ef82e4199dc0dcadba25cc0185c4ed (diff)
downloadledger-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.cc1
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);