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 31af516 commit a8b4c4aCopy full SHA for a8b4c4a
Model/ProductLabelAction.php
@@ -171,6 +171,7 @@ public function execute(array $params = [])
171
$rule->setData('conditions_serialized', $conditionsSerialized);
172
$rule->setData('store_ids', $item->getStoreIds());
173
$rule->setData('apply_by', $item->getData('apply_by'));
174
+ $rule->setData('display_on_parent', $item->getData('display_on_parent'));
175
176
$ruleId = $item->getId();
177
0 commit comments