This commit is contained in:
behruz-dev
2025-11-05 15:21:26 +05:00
parent dd513a44e2
commit 506129b592

View File

@@ -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(