Skip to content

Commit

Permalink
MAGENTO-18131: Fixed EAV attributes values query
Browse files Browse the repository at this point in the history
  • Loading branch information
strell committed Oct 7, 2018
1 parent 80469a6 commit 2f4ad2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,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 2f4ad2f

Please sign in to comment.