From 3c4ce98e6fe3f05a81836612c3ffb7ad42118799 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 1 Aug 2016 22:09:59 +1000 Subject: [PATCH] Reset contactIds variable as gets set incorrectly in preProcessFromAddress --- CRM/Contribute/Form/Task/PDF.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index 9e4d2a2ec5..e3fa0cd052 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -94,6 +94,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')); } -- 2.25.1