Skip to content

Commit eb12f5e

Browse files
author
Stanislav Idolov
committed
MAGETWO-32134: Build stabilization
1 parent 579b341 commit eb12f5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Flat/FlatTableBuilder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ protected function _fillTemporaryFlatTable(array $tables, $storeId, $valueFieldS
208208
$statusTable = $this->_getTemporaryTableName($status->getBackendTable());
209209
$statusConditions = [
210210
'e.entity_id = dstatus.entity_id',
211-
'dstatus.entity_type_id = ' . (int)$status->getEntityTypeId(),
212211
'dstatus.store_id = ' . (int)$storeId,
213212
'dstatus.attribute_id = ' . (int)$status->getId(),
214213
];
@@ -290,8 +289,6 @@ protected function _updateTemporaryTableByStoreValues(
290289
$attributeCode = $attribute->getAttributeCode();
291290
if ($attribute->getBackend()->getType() != 'static') {
292291
$joinCondition = 't.entity_id = e.entity_id' .
293-
' AND t.entity_type_id = ' .
294-
$attribute->getEntityTypeId() .
295292
' AND t.attribute_id=' .
296293
$attribute->getId() .
297294
' AND t.store_id = ' .

0 commit comments

Comments
 (0)