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 authored and gelanivishal committed Oct 16, 2018
1 parent 0f57a30 commit 53a06a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,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 53a06a9

Please sign in to comment.