Skip to content

Commit eaa5f74

Browse files
committed
1 parent 4b1b1dc commit eaa5f74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

107107
$select->where('stock_item.product_id in (?)', $entityIds);
108-
109108
$select->group('stock_item.product_id');
110109
$select->having('max_is_in_stock = 0');
111110

0 commit comments

Comments
 (0)