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 d521015 commit 6844187Copy full SHA for 6844187
app/code/Magento/SalesRule/Model/ResourceModel/Rule/Collection.php
@@ -216,7 +216,6 @@ public function setValidationFilter(
216
$selectClone = clone $select;
217
218
$select->where(
219
- //$noCouponWhereCondition . ' OR ((' . $orWhereCondition . ') AND ' . $andWhereCondition . ')',
220
'(' . $orWhereCondition . ') AND ' . $andWhereCondition,
221
null,
222
Select::TYPE_CONDITION
0 commit comments