Skip to content

Commit

Permalink
Merge branch '14.0-camt-details' into 14.0-all
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Feb 29, 2024
2 parents 31f3be6 + 402732c commit 7aca3ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions account_statement_import_camt/models/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7aca3ac

Please sign in to comment.