From 506129b592f1176231a8e492e94f3729363278b3 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Wed, 5 Nov 2025 15:21:26 +0500 Subject: [PATCH] fix --- core/apps/counterparty/utils/counterparty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/apps/counterparty/utils/counterparty.py b/core/apps/counterparty/utils/counterparty.py index 1e1492f..01dc965 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(