[MERGE] base_iban: IBAN accounts upper case
authorFerdinand @ Camptocamp <>
Tue, 23 Nov 2010 04:44:48 +0000 (10:14 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Tue, 23 Nov 2010 04:44:48 +0000 (10:14 +0530)
bzr revid: mra@mra-laptop-20101123044448-uxcvkfqibbec96xl

1  2 
addons/base_iban/base_iban.py

@@@ -62,7 -62,7 +62,7 @@@ _ref_iban = { 'al':'ALkk BBBS SSSK CCC
  
  def _format_iban(string):
      '''
--    This function removes all characters from given 'string' that isn't a alpha numeric and converts it to lower case.
++    This function removes all characters from given 'string' that isn't a alpha numeric and converts it to upper case.
      '''
      res = ""
      for char in string: