test
This commit is contained in:
@@ -257,6 +257,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.BooleanField(default=False)
|
||||
suggested_broker_price = models.PositiveBigIntegerField(default=0)
|
||||
required = models.BooleanField(default=False)
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user