This commit is contained in:
behruz-dev
2025-11-01 16:16:46 +05:00
parent 3f8bf3c391
commit 912cf864de

View File

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