From 96c5276ea80dfb0b5e779f053b000c7e9ef30387 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 16 Mar 2023 10:48:44 +1300 Subject: [PATCH] Remove unused setting on undeclared properties --- CRM/Case/Form/Task/PDF.php | 1 - CRM/Contact/Form/Task/PDF.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/CRM/Case/Form/Task/PDF.php b/CRM/Case/Form/Task/PDF.php index c8ad163161..9b5da6ee49 100644 --- a/CRM/Case/Form/Task/PDF.php +++ b/CRM/Case/Form/Task/PDF.php @@ -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(); } diff --git a/CRM/Contact/Form/Task/PDF.php b/CRM/Contact/Form/Task/PDF.php index 8c91685113..1c9902004f 100644 --- a/CRM/Contact/Form/Task/PDF.php +++ b/CRM/Contact/Form/Task/PDF.php @@ -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 -- 2.25.1