Skip to content

Commit 801d525

Browse files
committed
AC-711:Code Review chages
1 parent c26656d commit 801d525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,6 @@ protected function _applyZeroStoreProductLimitations()
20682068
$categoryProductSelect = $this->getConnection()->select()
20692069
->from($this->getTable('catalog_category_product'))
20702070
->columns([
2071-
'product_id' => 'product_id',
20722071
'min_position' => new Zend_Db_Expr('MIN(position)')
20732072
])
20742073
->where('category_id IN (?)', $categories)

0 commit comments

Comments
 (0)