From 7d86c73ab5369aef7009657ea3618ce06cd75d46 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 e3fa0cd052..00bdc93082 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -76,8 +76,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); @@ -94,6 +92,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