aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/wires.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/wires.py')
-rw-r--r--python/report_ops/wires.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/wires.py b/python/report_ops/wires.py
index 14d9cd23..dbf09af6 100644
--- a/python/report_ops/wires.py
+++ b/python/report_ops/wires.py
@@ -100,7 +100,7 @@ class NTWireReport(WireReport, custodian="NT", dtkey="%Y%m%d%H%M"):
entry_date=line["D-GL-POST"],
value_date=line["D-TRAN-EFF"],
pay_date=line["D-TRAN-EFF"],
- currency=cls.nt_to_enum[line["N-GL-AC30"]],
+ currency=cls.nt_to_enum(line["N-GL-AC30"]),
amount=line["Net amount - local"],
wire_details=line["narrative"],
unique_ref=line["C-EXTL-SYS-TRN-DSC-3"],