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 d700436 commit dd98ddeCopy full SHA for dd98dde
app/code/Magento/Catalog/Model/Indexer/Product/Flat/FlatTableBuilder.php
@@ -365,7 +365,7 @@ protected function _updateTemporaryTableByStoreValues(
365
[]
366
)->columns(
367
[$columnName => $this->_connection->getIfNullSql('ts.value', 't0.value')]
368
- )->where($attributeCode . ' IS NOT NULL');
+ )->where($columnName . ' IS NOT NULL');
369
if (!empty($changedIds)) {
370
$select->where($this->_connection->quoteInto('et.entity_id IN (?)', $changedIds));
371
}
0 commit comments