mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix documentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6057 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3ab6c2adeb
commit
537f9433db
@ -457,7 +457,9 @@ xaccAccountCommitEdit (Account *acc)
|
||||
else
|
||||
{
|
||||
xaccAccountBringUpToDate(acc);
|
||||
xaccGroupInsertAccount(acc->parent, acc); /* resort parent group */
|
||||
|
||||
/* force re-sort of parent group */
|
||||
xaccGroupInsertAccount(acc->parent, acc);
|
||||
}
|
||||
|
||||
/* See if there's a backend. If there is, invoke it. */
|
||||
|
Loading…
Reference in New Issue
Block a user