Skip to content

Commit

Permalink
ENGCOM-3215: [Backport] MAGENTO-18131: Fixed EAV attributes values qu…
Browse files Browse the repository at this point in the history
…ery #18658
  • Loading branch information
VladimirZaets authored Oct 19, 2018
2 parents fdd599c + e38244e commit 18e28a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ protected function _getLoadAttributesSelect($table, $attributeIds = [])

if ($entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE && $entity->getTypeId()) {
$select->where(
'entity_type_id =?',
't_d.entity_type_id =?',
$entity->getTypeId()
);
}
Expand Down

0 comments on commit 18e28a9

Please sign in to comment.