fix - split signals warehouse / add quota stat on transaction item / add distribuitions in quota stat serializer
This commit is contained in:
@@ -185,6 +185,12 @@ class InventoryQuotaSaleItem(BaseModel):
|
||||
related_name='sale_items',
|
||||
null=True
|
||||
)
|
||||
quota_stat = models.ForeignKey(
|
||||
product_models.OrganizationQuotaStats,
|
||||
on_delete=models.CASCADE,
|
||||
related_name='sale_items',
|
||||
null=True
|
||||
)
|
||||
gov_product = models.ForeignKey(
|
||||
product_models.Product,
|
||||
on_delete=models.CASCADE,
|
||||
|
||||
Reference in New Issue
Block a user