From 912cf864de6811278e618c2b61d5a8903e972824 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Sat, 1 Nov 2025 16:16:46 +0500 Subject: [PATCH] fix --- core/apps/counterparty/utils/counterparty.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/apps/counterparty/utils/counterparty.py b/core/apps/counterparty/utils/counterparty.py index 88e3695..e66e1d3 100644 --- a/core/apps/counterparty/utils/counterparty.py +++ b/core/apps/counterparty/utils/counterparty.py @@ -12,7 +12,6 @@ def update_counterparty_balance(counterparty): expences = Expence.objects.filter( counterparty=counterparty, is_deleted=False, - status='CONFIRMED' ) debit_usd = expences.filter(currency='usd').aggregate(