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:
@@ -853,6 +853,9 @@ qof_session_load_from_xml_file_v2_full (
|
||||
gnc_account_foreach_descendant (root,
|
||||
(AccountCb) xaccAccountCommitEdit,
|
||||
NULL);
|
||||
gnc_account_foreach_descendant (gnc_book_get_template_root (book),
|
||||
(AccountCb) xaccAccountCommitEdit,
|
||||
NULL);
|
||||
|
||||
/* start logging again */
|
||||
xaccLogEnable ();
|
||||
|
||||
Reference in New Issue
Block a user