change task

This commit is contained in:
behruz-dev
2025-10-07 17:27:59 +05:00
parent e1c5db8122
commit 6ba604ea1b
2 changed files with 2 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ class Party(BaseModel):
self.party_amount.save()
else:
self.payment_percentage = 100.0
self.status == 'PURCHASED'
return super().save(*args, **kwargs)
class Meta: