We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b965e9 commit a1f0cf1Copy full SHA for a1f0cf1
app/code/core/Mage/Bundle/Model/Product/Type.php
@@ -317,7 +317,7 @@ public function save($product = null)
317
318
$selection['selection_id'] = $selectionModel->getSelectionId();
319
320
- if ($selectionModel->getSelectionId()) {
+ if ($selectionModel->getSelectionId() && !$selectionModel->isDeleted()) {
321
$excludeSelectionIds[] = $selectionModel->getSelectionId();
322
$usedProductIds[] = $selectionModel->getProductId();
323
}
0 commit comments