fix bug of ranvher nmional code key in transaction

This commit is contained in:
2025-09-28 12:07:32 +03:30
parent e9caad0dbf
commit fe93a22be1
2 changed files with 4 additions and 3 deletions

View File

@@ -137,4 +137,4 @@ class Rancher(BaseModel):
return f'rancher: {self.first_name} {self.last_name}'
def save(self, *args, **kwargs):
return super(Rancher, self).save(*args, **kwargs)
return super(Rancher, self).save(*args, **kwargs)