This commit is contained in:
behruz-dev
2025-11-05 15:22:12 +05:00
parent 506129b592
commit 4c441d4418

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(