mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
bug-fix: make check test-period now passes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9581 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -150,7 +150,7 @@ qof_instance_lookup_twin (QofInstance *src, QofBook *target_book)
|
||||
ENTER (" ");
|
||||
|
||||
fr = gnc_kvp_bag_find_by_guid (src->kvp_data, "gemini",
|
||||
"book_guid", &src->entity.guid);
|
||||
"book_guid", &target_book->entity.guid);
|
||||
|
||||
twin_guid = kvp_frame_get_guid (fr, "inst_guid");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user