|
|
@@ -97,6 +97,7 @@ function ProductVariantDetailPage() {
|
|
|
prices: entity.prices,
|
|
|
trackInventory: entity.trackInventory,
|
|
|
outOfStockThreshold: entity.outOfStockThreshold,
|
|
|
+ useGlobalOutOfStockThreshold : entity.useGlobalOutOfStockThreshold,
|
|
|
stockLevels: entity.stockLevels.map(stockLevel => ({
|
|
|
stockOnHand: stockLevel.stockOnHand,
|
|
|
stockLocationId: stockLevel.stockLocation.id,
|