Minor fix to the way transfer_details sets post date

This commit is contained in:
John Wiegley 2010-06-18 02:20:06 -04:00
parent b80be82b8d
commit b881220987

View file

@ -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: {