Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f4d0947

Browse files
committed
magento/magento2#12194: Tier price on configurable product sorting sometimes-wrong
1 parent f710f9b commit f4d0947

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
@@ -2205,7 +2205,7 @@ private function getTierPriceSelect(array $productIds)
22052205
$this->getLinkField() . ' IN(?)',
22062206
$productIds
22072207
)->order(
2208-
$this->getLinkField()
2208+
'qty'
22092209
);
22102210
return $select;
22112211
}

0 commit comments

Comments
 (0)