Skip to content

Commit 9faf056

Browse files
duhonisitnikov
authored andcommitted
MAGETWO-48760: [Github] Delete on of one value of customer option also delete all other 2989
1 parent b8c09a7 commit 9faf056

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Catalog/Model/Product/Option

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Model/Product/Option/Value.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ public function saveValues()
211211
if ($this->getData('is_delete') == '1') {
212212
if ($this->getId()) {
213213
$this->deleteValues($this->getId());
214-
$this->delete();
215214
}
216215
} else {
217216
$this->save();

0 commit comments

Comments
 (0)