Skip to content

Commit

Permalink
#12194: Tier price on configurable product sorting sometimes-wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
vshatylo committed Jan 18, 2019
1 parent f710f9b commit f4d0947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ private function getTierPriceSelect(array $productIds)
$this->getLinkField() . ' IN(?)',
$productIds
)->order(
$this->getLinkField()
'qty'
);
return $select;
}
Expand Down

0 comments on commit f4d0947

Please sign in to comment.