fix bug of inventory entry - fix weight of quotas
This commit is contained in:
@@ -126,6 +126,7 @@ class Organization(BaseModel):
|
||||
null=True
|
||||
)
|
||||
separate_warehouse = models.BooleanField(default=False)
|
||||
has_pos = models.BooleanField(default=False)
|
||||
additional_data = models.JSONField(default=dict)
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user