mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix bug -- restore iguid.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5451 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -266,6 +266,7 @@ get_account_cb (PGBackend *be, PGresult *result, int j, gpointer data)
|
||||
xaccAccountSetCommodity(acc,
|
||||
gnc_string_to_commodity (DB_GET_VAL("commodity",j)));
|
||||
xaccAccountSetVersion(acc, atoi(DB_GET_VAL("version",j)));
|
||||
acc->idata = atoi(DB_GET_VAL("iguid",j));
|
||||
|
||||
/* try to find the parent account */
|
||||
PINFO ("parent GUID=%s", DB_GET_VAL("parentGUID",j));
|
||||
|
||||
Reference in New Issue
Block a user