counterparty: counterparty akt api added
This commit is contained in:
@@ -68,7 +68,6 @@ class Party(BaseModel):
|
||||
percentage += order.completion_percentage
|
||||
if percentage > 0 and count > 0:
|
||||
self.process = percentage / count
|
||||
# self.party_amount.save()
|
||||
|
||||
return super().save(*args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user