This commit is contained in:
behruz-dev
2025-11-12 14:51:56 +05:00
parent 4c72a2de31
commit 5f6b606d19

View File

@@ -78,7 +78,7 @@ class Party(BaseModel):
percentage += order.completion_percentage
if percentage > 0 and count > 0:
self.process = percentage / count
self.party_amount.save()
# self.party_amount.save()
return super().save(*args, **kwargs)