Skip to content

Commit 7006528

Browse files
committed
MAGETWO-64547: Bundle Products - The options you selected are not available.
Static fixes
1 parent 66f461b commit 7006528

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Controller/Adminhtml/Product/Initialization/Helper/Plugin

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Controller/Adminhtml/Product/Initialization/Helper/Plugin/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected function processBundleOptionsData(\Magento\Catalog\Model\Product $prod
147147
if (!empty($linkData['selection_id'])) {
148148
$linkData['id'] = $linkData['selection_id'];
149149
}
150-
$links[] = $this->buildLink($product, $linkData);;
150+
$links[] = $this->buildLink($product, $linkData);
151151
}
152152
$option->setProductLinks($links);
153153
$options[] = $option;

0 commit comments

Comments
 (0)