X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FTask%2FPDF.php;h=65954ea27294883634a9f7e584f0ebfa79ea212c;hb=c97bfeff55b0d2faeb6dccffbe2e19a2b7208d6c;hp=e0f43f2b913a9b5864e0fd6a5809a50565a14cfc;hpb=7420e2ea6c611e0c8a7519d1acaff6f85719832c;p=civicrm-core.git diff --git a/CRM/Case/Form/Task/PDF.php b/CRM/Case/Form/Task/PDF.php index e0f43f2b91..65954ea272 100644 --- a/CRM/Case/Form/Task/PDF.php +++ b/CRM/Case/Form/Task/PDF.php @@ -37,7 +37,7 @@ class CRM_Case_Form_Task_PDF extends CRM_Case_Form_Task { * Build all the data structures needed to build the form. */ public function preProcess() { - CRM_Contact_Form_Task_PDFLetterCommon::preProcess($this); + $this->preProcessPDF(); $this->skipOnHold = $this->skipDeceased = FALSE; parent::preProcess(); $this->setContactIDs();