From 57d41999046d1cf7eb9ca317737edbf0e7f2da87 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 22 Mar 1998 07:02:19 +0000 Subject: [PATCH] documentation update git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@692 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Transaction.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/engine/Transaction.c b/src/engine/Transaction.c index 3582ba1735..0dba596dde 100644 --- a/src/engine/Transaction.c +++ b/src/engine/Transaction.c @@ -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);