We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36c9a9 commit 1515252Copy full SHA for 1515252
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php
@@ -84,7 +84,7 @@ protected function _renderFilters()
84
$parentIds[] = $product->getData($metadata->getLinkField());
85
}
86
87
- $this->getSelect()->where('link_table.parent_id in (?)', $parentIds,\Zend_Db::BIGINT_TYPE);
+ $this->getSelect()->where('link_table.parent_id in (?)', $parentIds, \Zend_Db::BIGINT_TYPE);
88
89
return $this;
90
0 commit comments