Skip to content

Commit d325d84

Browse files
committed
MAGETWO-86125: Sorting on price of configurable products in catalog not working properly
1 parent 25253bb commit d325d84

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/CatalogInventory/Model/ResourceModel/Stock

1 file changed

+5
-0
lines changed

app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ public function updateLowStockDate(int $websiteId)
263263
$connection->update($this->getMainTable(), $value, $where);
264264
}
265265

266+
/**
267+
* Build select for products with types from config
268+
*
269+
* @return Select
270+
*/
266271
private function buildProductsSelectByConfigTypes(): Select
267272
{
268273
$select = $this->getConnection()->select()

0 commit comments

Comments
 (0)