Reset contactIds variable as gets set incorrectly in preProcessFromAddress
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 1 Aug 2016 12:09:59 +0000 (22:09 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 1 Aug 2016 21:34:34 +0000 (07:34 +1000)
CRM/Contribute/Form/Task/PDF.php

index 0a6c02099887916c96c83269ba7f68248ae79333..37c2097f0d6bdb98c29e380c6e24a25c510d8495 100644 (file)
@@ -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'));
   }