Skip to content

Commit

Permalink
MAGETWO-96908: [2.3] Wrong attribute value in flat table
Browse files Browse the repository at this point in the history
  • Loading branch information
dhorytskyi authored and Beagon committed Apr 30, 2019
1 parent d700436 commit dd98dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ protected function _updateTemporaryTableByStoreValues(
[]
)->columns(
[$columnName => $this->_connection->getIfNullSql('ts.value', 't0.value')]
)->where($attributeCode . ' IS NOT NULL');
)->where($columnName . ' IS NOT NULL');
if (!empty($changedIds)) {
$select->where($this->_connection->quoteInto('et.entity_id IN (?)', $changedIds));
}
Expand Down

0 comments on commit dd98dde

Please sign in to comment.