fi
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user