diff --git a/core/apps/orders/models/party.py b/core/apps/orders/models/party.py index 098782f..f1ada8a 100644 --- a/core/apps/orders/models/party.py +++ b/core/apps/orders/models/party.py @@ -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)