tags 492799 +patch
thanks

Joachim Breitner schrieb:
> Package: gnucash
> Version: 2.2.4-2
> Severity: normal
> 
> Hi,
> 
> thanks for the HBCI support in main!
> 
> I have one regression compared to the gnucash-hbci package formerly
> provided somewhere else:
> 
> A regular HBCI transaction that used to be name
> <Description>; <Name of sender>
> 
> is now called
> <Description>; <Description>
> 
> I assume this is just a small code typo somewhere.

Yes, you're right. See the attached patch, that fixes it.

@Gnucash developers: This concerns the backported patch for AqBanking3
support. The patch should apply directly to current trunk and 2.2 branch
aswell.

Regards
  Micha
Index: src/import-export/aqbanking/gnc-ab-utils.c
===================================================================
--- src/import-export/aqbanking/gnc-ab-utils.c	(Revision 17435)
+++ src/import-export/aqbanking/gnc-ab-utils.c	(Arbeitskopie)
@@ -242,7 +242,7 @@
 
     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);

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to