fix bug of ranvher nmional code key in transaction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user