Skip to content

Commit 7b389ee

Browse files
authored
Merge pull request #7199 from magento-amigos/AC-1652
AC-1652: Base table or view not found error for table 'main.catalogin…
2 parents afee002 + e0da877 commit 7b389ee

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/DefaultStock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ protected function _getStockStatusSelect($entityIds = null, $usePrimaryTable = f
275275
. ' AND mcpei.value = ' . ProductStatus::STATUS_ENABLED,
276276
[]
277277
)->joinLeft(
278-
['css' => 'cataloginventory_stock_status'],
278+
['css' => $this->getTable('cataloginventory_stock_status')],
279279
'css.product_id = e.entity_id',
280280
[]
281281
)->columns(

0 commit comments

Comments
 (0)