Skip to content

Commit e8cee9b

Browse files
MAGETWO-96129: [2.3.x] Smart Category with tier price conditions
1 parent a77fd52 commit e8cee9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
15821582
$this->_allIdsCache = null;
15831583

15841584
if (is_string($attribute) && $attribute == 'is_saleable') {
1585-
$this->addIsSaleableAttributeToFilter($attribute, $condition);
1585+
$this->addIsSaleableAttributeToFilter($condition);
15861586
} elseif (is_string($attribute) && $attribute == 'tier_price') {
15871587
$this->addTierPriceAttributeToFilter($attribute, $condition);
15881588
} else {

0 commit comments

Comments
 (0)