We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25253bb commit d325d84Copy full SHA for d325d84
app/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item.php
@@ -263,6 +263,11 @@ public function updateLowStockDate(int $websiteId)
263
$connection->update($this->getMainTable(), $value, $where);
264
}
265
266
+ /**
267
+ * Build select for products with types from config
268
+ *
269
+ * @return Select
270
+ */
271
private function buildProductsSelectByConfigTypes(): Select
272
{
273
$select = $this->getConnection()->select()
0 commit comments