Skip to content

Commit 44e1d53

Browse files
woops, have to create a seperate branch as this fix should be in a different pull request
1 parent c81605e commit 44e1d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ private function loadUsedProducts(\Magento\Catalog\Model\Product $product, $cach
13001300
if (!$product->hasData($dataFieldName)) {
13011301
$usedProducts = $this->readUsedProductsCacheData($cacheKey);
13021302
if ($usedProducts === null) {
1303-
$collection = $this->getConfiguredUsedProductCollection($product, true);
1303+
$collection = $this->getConfiguredUsedProductCollection($product, false);
13041304
if ($salableOnly) {
13051305
$collection = $this->salableProcessor->process($collection);
13061306
}

0 commit comments

Comments
 (0)