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 90e71d0 commit e690dbcCopy full SHA for e690dbc
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -2126,7 +2126,7 @@ protected function _saveStockItem()
2126
$this->_connection->insertOnDuplicate($entityTable, array_values($stockData));
2127
}
2128
2129
- if (!$indexer->isScheduled() && $productIdsToReindex) {
+ if ($productIdsToReindex) {
2130
$indexer->reindexList($productIdsToReindex);
2131
2132
0 commit comments