Skip to content

Commit b266b52

Browse files
committed
MAGETWO-91798: Implement GroupedProduct Price indexer
1 parent 909d9f9 commit b266b52

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Price

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Price/Grouped.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected function prepareGroupedProductPriceDataSelect($dimensions, $entityIds
147147
$taxClassId = $this->getConnection()->getCheckSql('MIN(i.tax_class_id) IS NULL', '0', 'MIN(i.tax_class_id)');
148148
$minCheckSql = $this->getConnection()->getCheckSql('le.required_options = 0', 'i.min_price', 0);
149149
$maxCheckSql = $this->getConnection()->getCheckSql('le.required_options = 0', 'i.max_price', 0);
150-
$select->joinLeft(
150+
$select->join(
151151
['i' => $this->getMainTable($dimensions)],
152152
'i.entity_id = l.linked_product_id',
153153
[

0 commit comments

Comments
 (0)