merchi_sdk_js 0.0.30 → 0.0.31
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/variation_field.js +1 -0
package/package.json
CHANGED
package/src/variation_field.js
CHANGED
@@ -23,6 +23,7 @@ export function VariationField() {
|
|
23
23
|
addPropertyTo(this, 'required');
|
24
24
|
addPropertyTo(this, 'independent');
|
25
25
|
addPropertyTo(this, 'inventoryGroup', InventoryGroup);
|
26
|
+
addPropertyTo(this, 'linkedInventoryGroup', InventoryGroup);
|
26
27
|
addPropertyTo(this, 'variationCost');
|
27
28
|
addPropertyTo(this, 'variationCostDiscountGroup', DiscountGroup);
|
28
29
|
addPropertyTo(this, 'variationUnitCost');
|