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 2edaa12 commit 799f673Copy full SHA for 799f673
app/code/Magento/Rule/Model/Condition/Product/AbstractProduct.php
@@ -626,7 +626,7 @@ public function getMappedSqlField()
626
} elseif ($this->getAttribute() == 'category_ids') {
627
$mappedSqlField = 'e.entity_id';
628
} elseif ($this->getAttribute() == 'attribute_set_id') {
629
- $mappedSqlField = $mappedSqlField = 'e.attribute_set_id';
+ $mappedSqlField = 'e.attribute_set_id';
630
} else {
631
$mappedSqlField = parent::getMappedSqlField();
632
}
0 commit comments