mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 12:42:04 +00:00
fix _update_order_number, cf. https://github.com/Noviat/account_ebics/issues/62
This commit is contained in:
parent
1f55b50e2b
commit
99e352e40a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user