c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05248
[Bug 523428] Re: IBAN accounts upper case
Hello Ferdinand,
We have applied your patch in Addons3 branch. Revision ID: mra@mra-laptop-20101123044448-uxcvkfqibbec96xl
and revno: 4688
Thank you for contribution,
rha
--
IBAN accounts upper case
https://bugs.launchpad.net/bugs/523428
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Fix Released
Bug description:
http://en.wikipedia.org/wiki/International_Bank_Account_Number
Replace the letters in the string with digits, expanding the string as necessary, such that A=10, B=11 and Z=35. Each alphabetic character is therefore replaced by 2 digits.
implies that alpha chars must be upper case
hence an automatic conversin to uppercase should take place to avoid saveing invalid IBAN (and account) numbers