From 30f42550cb1e823f1efdbe8a66f6a6e4219cb10e Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 1 Aug 2016 22:21:17 +1000 Subject: [PATCH] remove duplicate code --- CRM/Contribute/Form/Task/PDF.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index 37c2097f0d..fe9f9aa1d9 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -78,8 +78,6 @@ AND {$this->_componentClause}"; CRM_Core_Error::statusBounce("Please select only online contributions with Completed status."); } - // we have all the contribution ids, so now we get the contact ids - parent::setContactIDs(); $this->assign('single', $this->_single); $qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $this); @@ -96,6 +94,7 @@ AND {$this->_componentClause}"; ), ); CRM_Contact_Form_Task_EmailCommon ::preProcessFromAddress($this, FALSE); + // we have all the contribution ids, so now we get the contact ids parent::setContactIDs(); CRM_Utils_System::appendBreadCrumb($breadCrumb); CRM_Utils_System::setTitle(ts('Print Contribution Receipts')); -- 2.25.1