Skip to content

Commit 518112c

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-72582: Configurable product displays the price of "out of stock" configuration
1 parent 066495a commit 518112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/LinkedProductSelectBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function build($productId)
4545
{
4646
$selects = $this->linkedProductSelectBuilder->build($productId);
4747

48-
foreach ($selects as &$select) {
48+
foreach ($selects as $select) {
4949
$this->baseSelectProcessor->process($select);
5050
}
5151

0 commit comments

Comments
 (0)