mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
fix cfonb line terminator handling
This commit is contained in:
parent
7671df5399
commit
d15a5127fe
@ -532,6 +532,7 @@ class EbicsXfer(models.TransientModel):
|
||||
self.ebics_config_id.order_number = next
|
||||
|
||||
def _insert_line_terminator(self, data_in, line_len):
|
||||
data_in = data_in.replace(b'\n', b'').replace(b'\r', b'')
|
||||
data_out = b''
|
||||
max = len(data_in)
|
||||
i = 0
|
||||
|
Loading…
Reference in New Issue
Block a user