fix bug of transaction, when is success do not manage inventory again
This commit is contained in:
@@ -179,6 +179,7 @@ class InventoryQuotaSaleItem(BaseModel):
|
||||
is_pre_sale = models.BooleanField(default=False)
|
||||
additional = models.JSONField(default=dict)
|
||||
livestock_statistic = models.JSONField(default=dict)
|
||||
inventory_calculation = models.BooleanField(default=False)
|
||||
|
||||
@property
|
||||
def product(self):
|
||||
|
||||
Reference in New Issue
Block a user