summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xact.cc b/src/xact.cc
index c154d31c..c9f38d56 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -38,6 +38,7 @@ namespace ledger {
date_t xact_t::date() const
{
+ // jww (2009-02-06): Why isn't reported_date called here?
if (! _date) {
assert(entry);
return entry->date();