Skip to content

Commit 55dde2e

Browse files
authored
Merge pull request magento#1035 from magento-engcom/1033
MSI-1033: Saving configurable product automatically makes its children in stock
2 parents f445157 + 3299805 commit 55dde2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/InventoryConfigurableProduct/Model/GetQuantityInformationPerSource.php

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function execute(string $sku): array
6464
SourceItemInterface::SOURCE_CODE => $sourceItem->getSourceCode(),
6565
'quantity_per_source' => $sourceItem->getQuantity(),
6666
'source' => $source->getName(),
67+
SourceItemInterface::STATUS => $sourceItem->getStatus(),
6768
];
6869
}
6970

0 commit comments

Comments
 (0)