Skip to content

Commit 4c7a62b

Browse files
committed
ACP2E-2630: Issues saving advanced pricing on bundle products
1 parent 1351e67 commit 4c7a62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Bundle/Model/Option/SaveAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ private function retrieveExistingOption(
351351
);
352352
}
353353

354+
// @phpstan-ignore-next-line
354355
if (empty($existingOption)) {
355356
$existingOption = $optionCollection->getNewEmptyItem();
356357
}

0 commit comments

Comments
 (0)