Skip to content

Commit 61f6cf2

Browse files
committed
MAGETWO-93181: Grouped product doesn't take care about his Linked Products when SalableQuantity < ProductLink.ExtensionAttributes.Qty after Source Deduction
- updated composer files
1 parent 877e0d6 commit 61f6cf2

File tree

3 files changed

+156
-160
lines changed

3 files changed

+156
-160
lines changed

app/code/Magento/GroupedCatalogInventory/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"php": "~7.1.3||~7.2.0",
99
"magento/framework": "*",
1010
"magento/module-catalog": "*",
11+
"magento/module-catalog-inventory": "*",
1112
"magento/module-grouped-product": "*"
1213
},
1314
"type": "magento2-module",

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
"magento/module-cms-graph-ql": "*",
168168
"magento/module-grouped-import-export": "*",
169169
"magento/module-grouped-product": "*",
170+
"magento/module-grouped-catalog-inventory": "*",
170171
"magento/module-grouped-product-graph-ql": "*",
171172
"magento/module-import-export": "*",
172173
"magento/module-indexer": "*",

0 commit comments

Comments
 (0)