mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] travis
This commit is contained in:
@@ -89,7 +89,7 @@ class RaboMT940Parser(MT940, parser):
|
|||||||
return
|
return
|
||||||
super(RaboMT940Parser, self).handle_tag_86(cr, data)
|
super(RaboMT940Parser, self).handle_tag_86(cr, data)
|
||||||
codewords = ['MARF', 'EREF', 'PREF', 'RTRN', 'ACCW', 'BENM',
|
codewords = ['MARF', 'EREF', 'PREF', 'RTRN', 'ACCW', 'BENM',
|
||||||
'ORDP', 'NAME', 'ID', 'ADDR', 'REMI', 'CDTRREFTP',
|
'ORDP', 'NAME', 'ID', 'ADDR', 'REMI', 'CDTRREFTP',
|
||||||
'CD', 'SCOR', 'ISSR', 'CUR', 'CDTRREF', 'CSID', 'ISDT',
|
'CD', 'SCOR', 'ISSR', 'CUR', 'CDTRREF', 'CSID', 'ISDT',
|
||||||
'ULTD', 'ULTB', 'PURP']
|
'ULTD', 'ULTB', 'PURP']
|
||||||
subfields = {}
|
subfields = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user