This commit is contained in:
Luc De Meyer 2023-01-15 22:12:36 +01:00
parent bcbc318f6d
commit 18a0390bdc

View File

@ -171,6 +171,7 @@ class EbicsConfig(models.Model):
o_list[-i] = 'A' o_list[-i] = 'A'
break break
if c == 'Z': if c == 'Z':
o_list[-i] = '0'
continue continue
else: else:
o_list[-i] = chr(ord(c) + 1) o_list[-i] = chr(ord(c) + 1)