Skip to content

Commit 31985f5

Browse files
committed
MAGETWO-93776: [Forwardport] Stabilization
1 parent 88440fd commit 31985f5

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
@@ -1700,7 +1700,7 @@ public function addAttributeToSort($attribute, $dir = self::SORT_ORDER_ASC)
17001700

17011701
return $this;
17021702
} elseif ($attribute == 'is_saleable') {
1703-
$this->getSelect()->order("is_saleable " . $dir);
1703+
$this->getSelect()->order("is_salable " . $dir);
17041704
return $this;
17051705
}
17061706

0 commit comments

Comments
 (0)