fix my error

This commit is contained in:
behruz-dev
2025-08-22 11:14:55 +05:00
parent 1ec9d281b4
commit 20d7c396cf
6 changed files with 54 additions and 6 deletions

View File

@@ -45,7 +45,6 @@ class Party(BaseModel):
)
audit_comment = models.TextField(null=True, blank=True)
discount = models.PositiveBigIntegerField(default=0, null=True, blank=True)
qqs = models.PositiveBigIntegerField(default=0, null=True, blank=True)
def __str__(self):
return str(self.number)