mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 12:42:04 +00:00
fix cfonb line terminator handling
This commit is contained in:
parent
64bf57ef85
commit
253b34eb3e
@ -519,6 +519,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('\n', '').replace('\r', '')
|
||||
data_out = ''
|
||||
max = len(data_in)
|
||||
i = 0
|
||||
|
Loading…
Reference in New Issue
Block a user