mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix gnc_ab_get_remote_name() to lookup the remote name instead of purpose.
Patch from Micha Lenk. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17436 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -242,7 +242,7 @@ gnc_ab_get_remote_name(const AB_TRANSACTION *ab_trans)
|
||||
|
||||
g_return_val_if_fail(ab_trans, NULL);
|
||||
|
||||
ab_remote_name = AB_Transaction_GetPurpose(ab_trans);
|
||||
ab_remote_name = AB_Transaction_GetRemoteName(ab_trans);
|
||||
if (ab_remote_name)
|
||||
GWEN_StringList_ForEach(ab_remote_name, join_ab_strings_cb,
|
||||
&gnc_other_name);
|
||||
|
||||
Reference in New Issue
Block a user