From 8ad64d62bc4acad0f71ae052b8fa92f0c544d727 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 4 Feb 2014 19:55:13 +0100 Subject: [PATCH] Online transfer with SEPA: Verification with charset needs more work later. aqbanking changed its API in that function. Needs more work. --- src/import-export/aqb/dialog-ab-trans.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/import-export/aqb/dialog-ab-trans.c b/src/import-export/aqb/dialog-ab-trans.c index 3a85474e1b..6bdd305619 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. "