add item share to transaction item
This commit is contained in:
@@ -179,7 +179,7 @@ class InventoryQuotaSaleItem(BaseModel):
|
|||||||
is_pre_sale = models.BooleanField(default=False)
|
is_pre_sale = models.BooleanField(default=False)
|
||||||
additional = models.JSONField(default=dict)
|
additional = models.JSONField(default=dict)
|
||||||
livestock_statistic = models.JSONField(default=dict)
|
livestock_statistic = models.JSONField(default=dict)
|
||||||
item_share = models.JSONField(default=dict)
|
item_share = models.JSONField(default=[])
|
||||||
inventory_calculation = models.BooleanField(default=False)
|
inventory_calculation = models.BooleanField(default=False)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user