gnucash maint: Bug 747377: Fix overly restrictive input validation for IBAN of SEPA transfer.

Christian Stimming cstim at code.gnucash.org
Tue Apr 14 15:13:07 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/f9376318 (commit)
	from  https://github.com/Gnucash/gnucash/commit/79546ff6 (commit)



commit f9376318ad82b631c90108f77939f2307953192d
Author: Christian Stimming <christian at cstimming.de>
Date:   Sun Apr 12 22:26:31 2015 +0200

    Bug 747377: Fix overly restrictive input validation for IBAN of SEPA transfer.
    
    Only in some countries the IBAN is really restricted to numeric-only
    (most notably in Germany, "DE"). In some other countries parts of the
    IBAN may be alphas. These checks could be extended for more countries,
    but since aqbanking with the SEPA transfers is used mostly in Germany,
    we just leave it with the exception rule for Germany.



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



More information about the gnucash-patches mailing list