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 fdecb6c commit 3978f42Copy full SHA for 3978f42
app/code/Magento/Catalog/Ui/DataProvider/Product/ProductCollection.php
@@ -33,7 +33,7 @@ protected function _productLimitationJoinPrice()
33
*/
34
public function getSize()
35
{
36
- if ((bool)$this->_scopeConfig->getValue('admin/grid/show_approximate_products_amount_grid')) {
+ if ($this->_scopeConfig->getValue('admin/grid/show_approximate_products_amount_grid')) {
37
$sql = $this->getSelectCountSql();
38
return $this->analyzeCount($sql);
39
}
0 commit comments