aboutsummaryrefslogtreecommitdiffstats
path: root/python/citco_ops/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/citco_ops/utils.py')
-rw-r--r--python/citco_ops/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/citco_ops/utils.py b/python/citco_ops/utils.py
index f3611198..f27cae93 100644
--- a/python/citco_ops/utils.py
+++ b/python/citco_ops/utils.py
@@ -265,7 +265,6 @@ class PaymentSettlement(Payment):
@classmethod
def subtract_cash_balance(cls, account_balance):
- overdraft = []
for settlement in cls._insert_queue:
settlement.amount = Decimal(account_balance[settlement.currency]) - (
-settlement.amount