Remove unused setting on undeclared properties
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 15 Mar 2023 21:48:44 +0000 (10:48 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 15 Mar 2023 21:49:12 +0000 (10:49 +1300)
CRM/Case/Form/Task/PDF.php
CRM/Contact/Form/Task/PDF.php

index c8ad1631617798ef0f801bcd096e4997979b9584..9b5da6ee495fc4cd03cefcc4ee92651e6c0aa97e 100644 (file)
@@ -38,7 +38,6 @@ class CRM_Case_Form_Task_PDF extends CRM_Case_Form_Task {
    */
   public function preProcess() {
     $this->preProcessPDF();
-    $this->skipOnHold = $this->skipDeceased = FALSE;
     parent::preProcess();
     $this->setContactIDs();
   }
index 8c916851135111d41662e9f683d4d09594d6bd4a..1c9902004f753fec43a2321d4b8d54ba7decbb36 100644 (file)
@@ -39,8 +39,6 @@ class CRM_Contact_Form_Task_PDF extends CRM_Contact_Form_Task {
    * Build all the data structures needed to build the form.
    */
   public function preProcess() {
-
-    $this->skipOnHold = $this->skipDeceased = FALSE;
     $this->preProcessPDF();
 
     // store case id if present