mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06: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:
parent
c08077ce56
commit
c473e8c026
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user