Browse Source

11.0 IMP if structured creditor reference is given put it to the bank statement line name too

pull/206/head
Timka Piric 5 years ago
parent
commit
45e2b6af6b
  1. 1
      account_bank_statement_import_camt_oca/models/parser.py

1
account_bank_statement_import_camt_oca/models/parser.py

@ -56,6 +56,7 @@ class CamtParser(models.AbstractModel):
# message
self.add_value_from_node(
ns, node, [
'./ns:RmtInf/ns:Strd/ns:CdtrRefInf/ns:Ref',
'./ns:RmtInf/ns:Ustrd|./ns:RtrInf/ns:AddtlInf',
'./ns:AddtlNtryInf',
'./ns:Refs/ns:InstrId',

Loading…
Cancel
Save