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.
2 parents 47b58f5 + 48ac4ed commit 12ba1bcCopy full SHA for 12ba1bc
InventoryIndexer/Model/ResourceModel/UpdateLegacyStockStatus.php
@@ -45,7 +45,7 @@ public function __construct(
45
public function execute(array $dataForUpdate): void
46
{
47
$connection = $this->resource->getConnection();
48
- $tableName = $connection->getTableName('cataloginventory_stock_status');
+ $tableName = $this->resource->getTableName('cataloginventory_stock_status');
49
$productIds = $this->getProductIdsBySkus->execute(array_keys($dataForUpdate));
50
foreach ($dataForUpdate as $sku => $isSalable) {
51
$connection->update(
0 commit comments