This commit is contained in:
Luc De Meyer
2024-12-23 17:47:58 +01:00
parent 11fdc87307
commit 3579226ae7
+1
View File
@@ -232,6 +232,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)