Set template transaction post dates on creation to prevent file-read warnings in the future.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16193 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/2.2
Joshua Sled 19 years ago
parent cb1390cf4c
commit d463cd0215

@ -729,6 +729,8 @@ xaccSchedXactionSetTemplateTrans(SchedXaction *sx, GList *t_t_list,
xaccTransSetDescription(new_trans,
gnc_ttinfo_get_description(tti));
xaccTransSetDatePostedSecs(new_trans, time(NULL));
xaccTransSetNum(new_trans,
gnc_ttinfo_get_num(tti));
xaccTransSetCurrency( new_trans,

Loading…
Cancel
Save