Skip to content

Commit 7811a54

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-53773' into MPI-BUGFIXES
2 parents 59a52d6 + 9e054fd commit 7811a54

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate

1 file changed

+1
-1
lines changed

app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate/RateQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function prepareSelect(\Magento\Framework\DB\Select $select)
3232
$select->where(
3333
'website_id = :website_id'
3434
)->order(
35-
['dest_country_id DESC', 'dest_region_id DESC', 'dest_zip DESC']
35+
['dest_country_id DESC', 'dest_region_id DESC', 'dest_zip DESC', 'condition_value DESC']
3636
)->limit(
3737
1
3838
);

0 commit comments

Comments
 (0)