mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/engine/sql/PostgresBackend.c (pgendGetAllAccountKVP): use
xaccGroupForEachAccount rather than Deeply one. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4155 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e4ae3e610a
commit
c31188fbf4
@ -366,7 +366,7 @@ pgendGetAllAccountKVP (PGBackend *be, AccountGroup *grp)
|
||||
{
|
||||
if (!grp) return;
|
||||
|
||||
xaccGroupForEachAccountDeeply (grp, restore_cb, be);
|
||||
xaccGroupForEachAccount (grp, restore_cb, be, TRUE);
|
||||
}
|
||||
|
||||
/* ============================================================= */
|
||||
|
Loading…
Reference in New Issue
Block a user