Minor fix to the way transfer_details sets post date
This commit is contained in:
parent
b80be82b8d
commit
b881220987
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue