diff --git a/account_statement_import_camt/models/parser.py b/account_statement_import_camt/models/parser.py index 15b526739..6747366ca 100644 --- a/account_statement_import_camt/models/parser.py +++ b/account_statement_import_camt/models/parser.py @@ -85,6 +85,14 @@ def parse_transaction_details(self, ns, node, transaction): "%s (RmtInf/Strd/CdtrRefInf/Ref)" % _("Structured Reference"), join_str=" ", ) + self.add_value_from_node( + ns, + node, + ["./ns:BkTxCd/ns:Prtry/ns:Cd"], + transaction["narration"], + "%s (BkTxCd/Prtry/Cd)" % _("Additional Information"), + join_str=" ", + ) self.add_value_from_node( ns, node,