Skip to content

Commit 12ba1bc

Browse files
committed
Merge branch 'duhon-patch-1' into abhi-mainline-nov-v1
2 parents 47b58f5 + 48ac4ed commit 12ba1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InventoryIndexer/Model/ResourceModel/UpdateLegacyStockStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
public function execute(array $dataForUpdate): void
4646
{
4747
$connection = $this->resource->getConnection();
48-
$tableName = $connection->getTableName('cataloginventory_stock_status');
48+
$tableName = $this->resource->getTableName('cataloginventory_stock_status');
4949
$productIds = $this->getProductIdsBySkus->execute(array_keys($dataForUpdate));
5050
foreach ($dataForUpdate as $sku => $isSalable) {
5151
$connection->update(

0 commit comments

Comments
 (0)