mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
documentation update
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@692 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f17a58306d
commit
57d4199904
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user