diff --git a/apps/product/models.py b/apps/product/models.py index 667dbd7..b2d1154 100644 --- a/apps/product/models.py +++ b/apps/product/models.py @@ -256,7 +256,7 @@ class Broker(BaseModel): ) broker_type = models.CharField(choices=BROKER_TYPES, max_length=20, null=True) fix_broker_price = models.PositiveBigIntegerField(default=0) - fix_broker_price_state = models.PositiveBigIntegerField(default=0) + fix_broker_price_state = models.BooleanField(default=False) required = models.BooleanField(default=False) def __str__(self):