aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/utils.py')
-rw-r--r--python/report_ops/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py
index 3a673c9f..5cb8d886 100644
--- a/python/report_ops/utils.py
+++ b/python/report_ops/utils.py
@@ -75,7 +75,7 @@ def notify_payment_settlements(date, fund, conn):
for row in c:
d = row._asdict()
d["settlement_amount"] = d["payment_amount"]
- PaymentMonitor.stage(row._asdict())
+ PaymentMonitor.stage(d)
PaymentMonitor.email(fund)