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 080a341 commit 3574bb5Copy full SHA for 3574bb5
app/code/Magento/Reports/Model/ResourceModel/Review/Customer/Collection.php
@@ -117,6 +117,7 @@ public function getSelectCountSql()
117
$countSelect->reset(\Magento\Framework\DB\Select::LIMIT_COUNT);
118
$countSelect->reset(\Magento\Framework\DB\Select::LIMIT_OFFSET);
119
$countSelect->reset(\Magento\Framework\DB\Select::COLUMNS);
120
+ $countSelect->reset(\Magento\Framework\DB\Select::WHERE);
121
122
$countSelect->columns(new \Zend_Db_Expr('COUNT(DISTINCT detail.customer_id)'));
123
0 commit comments