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:
63c4070
)
Reset contactIds variable as gets set incorrectly in preProcessFromAddress
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 1 Aug 2016 12:09:59 +0000
(22:09 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 1 Aug 2016 21:34:34 +0000
(07:34 +1000)
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 0a6c02099887916c96c83269ba7f68248ae79333..37c2097f0d6bdb98c29e380c6e24a25c510d8495 100644
(file)
--- a/
CRM/Contribute/Form/Task/PDF.php
+++ b/
CRM/Contribute/Form/Task/PDF.php
@@
-96,6
+96,7
@@
AND {$this->_componentClause}";
),
);
CRM_Contact_Form_Task_EmailCommon ::preProcessFromAddress($this, FALSE);
+ parent::setContactIDs();
CRM_Utils_System::appendBreadCrumb($breadCrumb);
CRM_Utils_System::setTitle(ts('Print Contribution Receipts'));
}