projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9adc4e
)
Fix limit issue
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 12 Apr 2022 13:13:45 +0000
(14:13 +0100)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 12 Apr 2022 13:13:45 +0000
(14:13 +0100)
CRM/Contribute/Form/Task/PDF.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Task/PDF.php
b/CRM/Contribute/Form/Task/PDF.php
index 2a9ea95e4525936fe6a2275e28bfff33c34c0a7a..d81f5d7deb31330d5f198fb40e8e43e16a72f224 100644
(file)
--- a/
CRM/Contribute/Form/Task/PDF.php
+++ b/
CRM/Contribute/Form/Task/PDF.php
@@
-253,6
+253,7
@@
AND {$this->_componentClause}";
$contactDetails = civicrm_api3('Contact', 'get', [
'return' => ['email', 'do_not_email', 'is_deceased', 'on_hold'],
'id' => ['IN' => $contactIds],
+ 'options' => ['limit' => 0],
])['values'];
$pdfElements['suppressedEmails'] = 0;
$suppressedEmails = 0;