set purchase limit to False for every rancher
This commit is contained in:
@@ -129,7 +129,7 @@ class Rancher(BaseModel):
|
|||||||
)
|
)
|
||||||
without_herd = models.BooleanField(default=False)
|
without_herd = models.BooleanField(default=False)
|
||||||
ignore_purchase_limit = models.BooleanField(
|
ignore_purchase_limit = models.BooleanField(
|
||||||
default=False, help_text="if its true rancher has not buy limitations"
|
default=True, help_text="if its true rancher has not buy limitations"
|
||||||
)
|
)
|
||||||
dhi_state = models.BooleanField(default=False)
|
dhi_state = models.BooleanField(default=False)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user