Skip to content

Commit 3d3585e

Browse files
Merge branch 'MAGETWO-51363' of https://github.corp.magento.com/magento-tango/magento2ce into MAGETWO-51470
2 parents 913ad89 + 6da6c28 commit 3d3585e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ public function getUsedProducts($product, $requiredAttributeIds = null)
509509
->addAttributeToSelect('name')
510510
->addAttributeToSelect('price')
511511
->addAttributeToSelect('weight')
512-
// ->addAttributeToSelect('msrp')
513-
// ->addAttributeToSelect('media_gallery')
512+
->addAttributeToSelect('image')
513+
->addAttributeToSelect('status')
514514
->addFilterByRequiredOptions()
515515
->setStoreId($product->getStoreId());
516516

0 commit comments

Comments
 (0)