Skip to content

Commit 9ae5f9c

Browse files
ilnytskyikandy
andauthored
apply suggestion
Co-authored-by: Andrii Kasian <[email protected]>
1 parent 082c07c commit 9ae5f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function _syncData(array $processIds = [])
180180
foreach ($this->dimensionCollectionFactory->create() as $dimensions) {
181181
$insertSelect = $this->getConnection()->select()->from(
182182
['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()],
183-
array_keys($this->getConnection()->describeTable('catalog_product_index_price'))
183+
array_keys($this->getConnection()->describeTable(this->tableMaintainer->getMainTableByDimensions($dimensions)))
184184
);
185185

186186
foreach ($dimensions as $dimension) {

0 commit comments

Comments
 (0)