mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 746937 - Template transaction splits are loaded in reverse order...
and then not sorted before saving. Actually not sorted after loading because the template accounts weren't being committed.
This commit is contained in:
parent
456ab2241f
commit
887f7fac32
@ -853,6 +853,9 @@ qof_session_load_from_xml_file_v2_full (
|
|||||||
gnc_account_foreach_descendant (root,
|
gnc_account_foreach_descendant (root,
|
||||||
(AccountCb) xaccAccountCommitEdit,
|
(AccountCb) xaccAccountCommitEdit,
|
||||||
NULL);
|
NULL);
|
||||||
|
gnc_account_foreach_descendant (gnc_book_get_template_root (book),
|
||||||
|
(AccountCb) xaccAccountCommitEdit,
|
||||||
|
NULL);
|
||||||
|
|
||||||
/* start logging again */
|
/* start logging again */
|
||||||
xaccLogEnable ();
|
xaccLogEnable ();
|
||||||
|
Loading…
Reference in New Issue
Block a user