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

Christian Stimming cstim at code.gnucash.org
Sun Apr 12 16:28:14 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/c46c0a9e (commit)
	from  https://github.com/Gnucash/gnucash/commit/c97ab473 (commit)



commit c46c0a9e791fbea691c3816be432bbfbcc4fc8e5
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