pos client & provider - fix org limit bug in quota
This commit is contained in:
@@ -126,7 +126,7 @@ class POSClientAttribute(BaseModel):
|
||||
('choice', 'چند کزینه ای'), # noqa
|
||||
], null=True)
|
||||
required = models.BooleanField(default=False)
|
||||
choices = ArrayField(base_field=models.CharField(max_length=150), null=True)
|
||||
choices = ArrayField(base_field=models.CharField(max_length=150), null=True, blank=True)
|
||||
|
||||
def __str__(self):
|
||||
return f'attribute: {self.key}-{self.field_type}'
|
||||
|
||||
Reference in New Issue
Block a user