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)
|
||||
additional = 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)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user