Skip to content

Commit 127e8ac

Browse files
committed
1 parent 9c9d286 commit 127e8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/Indexer/ProductPriceIndexFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function modifyPrice(IndexTableStructure $priceTable, array $entityIds =
105105
}
106106

107107
if (!empty($entityIds)) {
108-
$select->where('stock_item.product_id in (?)', $entityIds);
108+
$select->where('stock_item.product_id in (?)', $entityIds);
109109
}
110110

111111
$select->group('stock_item.product_id');

0 commit comments

Comments
 (0)