From 708b4a5998ca1264fa8a3b7b72fcbf5029b8a0f4 Mon Sep 17 00:00:00 2001 From: David Wulliamoz Date: Wed, 28 Feb 2024 16:19:28 +0100 Subject: [PATCH] add parsing the QR-IBAN --- account_statement_import_camt/models/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_statement_import_camt/models/parser.py b/account_statement_import_camt/models/parser.py index 6747366ca..98c0f7cdf 100644 --- a/account_statement_import_camt/models/parser.py +++ b/account_statement_import_camt/models/parser.py @@ -385,7 +385,7 @@ def parse_statement(self, ns, node): self.add_value_from_node( ns, node, - ["./ns:Acct/ns:Id/ns:IBAN", "./ns:Acct/ns:Id/ns:Othr/ns:Id"], + ["./ns:Ntry/ns:NtryRef","./ns:Acct/ns:Id/ns:IBAN", "./ns:Acct/ns:Id/ns:Othr/ns:Id"], result, "account_number", )