Skip to content
Snippets Groups Projects
Commit e6a7a4e8 authored by Dzianis Yurevich's avatar Dzianis Yurevich
Browse files

#6916 Fix notice during Update Bundle Product without changes in bundle items

parent 3839c0fc
Branches
No related merge requests found
......@@ -127,7 +127,7 @@ class Bundle
}
$options = [];
foreach ($bundleOptionsData as $key => $optionData) {
if ((bool)$optionData['delete']) {
if (!empty($optionData['delete'])) {
continue;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment