gnucash master: Online transfer with SEPA: Verification with charset needs more work later.

Christian Stimming cstim at code.gnucash.org
Tue Feb 4 13:56:08 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/8ad64d62 (commit)
	from  https://github.com/Gnucash/gnucash/commit/39161c25 (commit)



commit 8ad64d62bc4acad0f71ae052b8fa92f0c544d727
Author: Christian Stimming <christian at cstimming.de>
Date:   Tue Feb 4 19:55:13 2014 +0100

    Online transfer with SEPA: Verification with charset needs more work later.
    
    aqbanking changed its API in that function. Needs more work.

diff --git a/src/import-export/aqb/dialog-ab-trans.c b/src/import-export/aqb/dialog-ab-trans.c
index 3a85474..6bdd305 100644
--- a/src/import-export/aqb/dialog-ab-trans.c
+++ b/src/import-export/aqb/dialog-ab-trans.c
@@ -649,9 +649,14 @@ gnc_ab_trans_dialog_verify_values(GncABTransDialog *td)
         g_free(purpose);
     }
 
-#if AQBANKING_VERSION_INT >= 50300
-    if (gnc_ab_trans_isSEPA(td->trans_type) &&
-            (AB_Transaction_CheckForSepaConformity(td->ab_trans) != 0))
+#if 0
+//    // AQBANKING_VERSION_INT >= 50307
+//    if (gnc_ab_trans_isSEPA(td->trans_type))
+//    {
+//        AB_USER *u = AH_Job_GetUser(j);
+//        uint32_t uflags;
+//            (AB_Transaction_CheckForSepaConformity(td->ab_trans, 0) != 0))
+    // need to check how to do this for aqbanking >= 5.3.7 when I have time
     {
         gnc_ab_trans_dialog_entry_set (td->recp_name_entry,
                                        _("The text you entered contained at least one character that is invalid for a SEPA transaction. "



Summary of changes:
 src/import-export/aqb/dialog-ab-trans.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list