From b0fc211e906bac5597029f0858a7f4eb9dee2e4e 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 0a6c020998..37c2097f0d 100644 --- 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')); } -- 2.25.1