mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 10:20:18 -06:00
Bug 798224 - Scheduled transactions are created with date-entered...
copied from the template transaction.
This commit is contained in:
parent
083035aee7
commit
e1c153a516
@ -1276,6 +1276,7 @@ create_each_transaction_helper(Transaction *template_txn, void *user_data)
|
||||
g_date_get_month(&creation_data->instance->date),
|
||||
g_date_get_year(&creation_data->instance->date));
|
||||
|
||||
xaccTransSetDateEnteredSecs(new_txn, gnc_time(NULL));
|
||||
template_splits = xaccTransGetSplitList(template_txn);
|
||||
txn_splits = xaccTransGetSplitList(new_txn);
|
||||
if ((template_splits == NULL) || (txn_splits == NULL))
|
||||
|
Loading…
Reference in New Issue
Block a user