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 09c9fcc commit d521015Copy full SHA for d521015
app/code/Magento/SalesRule/Model/ResourceModel/Rule/Collection.php
@@ -222,7 +222,7 @@ public function setValidationFilter(
222
Select::TYPE_CONDITION
223
);
224
$selectClone->where($noCouponWhereCondition, null, Select::TYPE_CONDITION);
225
- $select = $this->getConnection()->select()->union([$select, $selectClone]);
+ $this->_select = $this->getConnection()->select()->union([$select, $selectClone]);
226
} else {
227
$this->addFieldToFilter(
228
'main_table.coupon_type',
0 commit comments