documentation update

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@692 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-22 07:02:19 +00:00
parent f17a58306d
commit 57d4199904

View File

@ -498,7 +498,10 @@ xaccTransSetDate (Transaction *trans, int day, int mon, int year)
/* since the date has changed, we need to be careful to
* make sure all associated splits are in proper order
* in thier accounts
* in thier accounts. The easiest way of ensuring this
* is to remove and reinsert every split. The reinsertion
* process will place the split in the correct date-sorted
* order.
*/
split = &(trans->source_split);