Skip to content

Commit 799f673

Browse files
committed
MC-30099: Inventory Sources and Stock is breaking the Category and CMS
1 parent 2edaa12 commit 799f673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rule/Model/Condition/Product/AbstractProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public function getMappedSqlField()
626626
} elseif ($this->getAttribute() == 'category_ids') {
627627
$mappedSqlField = 'e.entity_id';
628628
} elseif ($this->getAttribute() == 'attribute_set_id') {
629-
$mappedSqlField = $mappedSqlField = 'e.attribute_set_id';
629+
$mappedSqlField = 'e.attribute_set_id';
630630
} else {
631631
$mappedSqlField = parent::getMappedSqlField();
632632
}

0 commit comments

Comments
 (0)