This commit is contained in:
Luc De Meyer 2023-01-15 22:12:36 +01:00
parent fa30bd2279
commit 9adbfb97e9

View File

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