summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-18 02:20:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-18 02:20:12 -0400
commitb8812209871eb2362c0b088774f1d023545e76cb (patch)
tree3c75e69c2562c17547fbd594890a29fdcca5b4cc /src/filters.cc
parentb80be82b8d4a3aaf226b00e7c12520318346ccea (diff)
downloadfork-ledger-b8812209871eb2362c0b088774f1d023545e76cb.tar.gz
fork-ledger-b8812209871eb2362c0b088774f1d023545e76cb.tar.bz2
fork-ledger-b8812209871eb2362c0b088774f1d023545e76cb.zip
Minor fix to the way transfer_details sets post date
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc
index f60ce062..6e832149 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -1073,7 +1073,7 @@ void transfer_details::operator()(post_t& post)
if (! substitute.is_null()) {
switch (which_element) {
case SET_DATE:
- temp.xdata().date = substitute.to_date();
+ temp._date = substitute.to_date();
break;
case SET_ACCOUNT: {