add sale license to quota
This commit is contained in:
@@ -308,6 +308,7 @@ class Quota(BaseModel):
|
||||
null=True
|
||||
)
|
||||
month_choices = ArrayField(base_field=models.IntegerField(), null=True)
|
||||
sale_license = ArrayField(base_field=models.IntegerField(), null=True)
|
||||
group = models.CharField(
|
||||
max_length=50,
|
||||
choices=[("rural", "روستایی"), ("industrial", "صنعتی"), ("nomadic", "عشایری")] # noqa
|
||||
|
||||
Reference in New Issue
Block a user