Skip to content

Commit 1515252

Browse files
kandyihor-sviziev
andauthored
Update app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php
Co-Authored-By: Ihor Sviziev <[email protected]>
1 parent a36c9a9 commit 1515252

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function _renderFilters()
8484
$parentIds[] = $product->getData($metadata->getLinkField());
8585
}
8686

87-
$this->getSelect()->where('link_table.parent_id in (?)', $parentIds,\Zend_Db::BIGINT_TYPE);
87+
$this->getSelect()->where('link_table.parent_id in (?)', $parentIds, \Zend_Db::BIGINT_TYPE);
8888

8989
return $this;
9090
}

0 commit comments

Comments
 (0)