Browse Source

Fix typo

pull/158/head
Emanuel Cino 7 years ago
committed by Maxence Groine
parent
commit
aad82e8241
  1. 2
      account_bank_statement_import_camt/models/parser.py

2
account_bank_statement_import_camt/models/parser.py

@ -213,7 +213,7 @@ class CamtParser(models.AbstractModel):
# Check wether version 052 ,053 or 054:
re_camt_version = re.compile(
r'(^urn:iso:std:iso:20022:tech:xsd:camt.054.'
r'(^urn:iso:std:iso:20022:tech:xsd:camt.053.'
r'|^urn:iso:std:iso:20022:tech:xsd:camt.053.'
r'|^urn:iso:std:iso:20022:tech:xsd:camt.052.'
r'|^ISO:camt.054.'
r'|^ISO:camt.053.'

Loading…
Cancel
Save