Skip to content

Commit f55e603

Browse files
committed
Merge branch 'MDVA-236' into 2.0.5_backlog
2 parents e91a2a7 + c9774e9 commit f55e603

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)