mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
fix cfonb line terminator handling
This commit is contained in:
parent
5bce49ec8a
commit
9af00e02ba
@ -519,6 +519,7 @@ class EbicsXfer(models.TransientModel):
|
|||||||
self.ebics_config_id.order_number = next
|
self.ebics_config_id.order_number = next
|
||||||
|
|
||||||
def _insert_line_terminator(self, data_in, line_len):
|
def _insert_line_terminator(self, data_in, line_len):
|
||||||
|
data_in = data_in.replace('\n', '').replace('\r', '')
|
||||||
data_out = ''
|
data_out = ''
|
||||||
max = len(data_in)
|
max = len(data_in)
|
||||||
i = 0
|
i = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user