diff --git a/core/apps/counterparty/utils/counterparty.py b/core/apps/counterparty/utils/counterparty.py index 01dc965..1e1492f 100644 --- a/core/apps/counterparty/utils/counterparty.py +++ b/core/apps/counterparty/utils/counterparty.py @@ -10,7 +10,7 @@ def update_counterparty_balance(counterparty): expences = Expence.objects.filter( counterparty=counterparty, is_deleted=False, - # status='CONFIRMED' + status='CONFIRMED' ) debit_usd = expences.filter(currency='usd').aggregate(