[FIX] ref from 10.0 is called eref in 8.0

This commit is contained in:
Holger Brunn
2018-07-17 15:45:27 +02:00
parent 5df1823d35
commit e34f5aa248

View File

@@ -166,7 +166,7 @@ class CamtParser(models.AbstractModel):
'./ns:NtryDtls/ns:RmtInf/ns:Strd/ns:CdtrRefInf/ns:Ref',
'./ns:NtryDtls/ns:Btch/ns:PmtInfId',
],
transaction, 'ref'
transaction, 'eref'
)
details_nodes = node.xpath(
'./ns:NtryDtls/ns:TxDtls', namespaces={'ns': ns})