Skip to content

Commit

Permalink
Merge pull request #766 from compucorp/CPS-545-remove-pivot-report-pa…
Browse files Browse the repository at this point in the history
…gination

CPS-545: Remove Pagination from Pivot report
  • Loading branch information
deb1990 authored May 4, 2021
2 parents 2ae284c + 30b1bf8 commit eb75ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Civicase/Form/Report/BaseExtendedReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ private function getUsedOptions($dbAlias, $fieldName) {
* @return string
* Report query.
*/
public function buildQuery($applyLimit = TRUE) {
public function buildQuery($applyLimit = FALSE) {
if (empty($this->_params)) {
$this->_params = $this->controller->exportValues($this->_name);
}
Expand Down

0 comments on commit eb75ca2

Please sign in to comment.