Skip to content

Commit 53a06a9

Browse files
strellgelanivishal
authored andcommitted
MAGENTO-18131: Fixed EAV attributes values query
1 parent 0f57a30 commit 53a06a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ protected function _getLoadAttributesSelect($table, $attributeIds = [])
12321232

12331233
if ($entity->getEntityTable() == \Magento\Eav\Model\Entity::DEFAULT_ENTITY_TABLE && $entity->getTypeId()) {
12341234
$select->where(
1235-
'entity_type_id =?',
1235+
't_d.entity_type_id =?',
12361236
$entity->getTypeId()
12371237
);
12381238
}

0 commit comments

Comments
 (0)