todays date

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@546 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-02-16 05:51:43 +00:00
parent 2195be8794
commit 8ba2f557c0

View File

@ -224,6 +224,7 @@ printf ("load reg of %d entries --------------------------- \n",i);
/* add new, disconnected transaction at the end */
trans = xaccMallocTransaction ();
todaysDate (&(trans->date));
table->current_cursor_row = i;
table->current_cursor_col = 0;
xaccLoadRegEntry (reg, &(trans->credit_split));