This commit is contained in:
Luc De Meyer
2026-03-01 23:26:35 +01:00
parent 1969cb258e
commit 5029d80222
+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)