From: Tim Mallezie Date: Fri, 29 May 2015 07:03:37 +0000 (+0200) Subject: add default values X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9065b8a56ccc81dfa887ca722a093b8e520e4c81;p=civicrm-core.git add default values --- diff --git a/CRM/Event/Form/Task/PDF.php b/CRM/Event/Form/Task/PDF.php index 204e6dd82c..32e4969fbe 100644 --- a/CRM/Event/Form/Task/PDF.php +++ b/CRM/Event/Form/Task/PDF.php @@ -81,4 +81,13 @@ class CRM_Event_Form_Task_PDF extends CRM_Event_Form_Task { CRM_Contact_Form_Task_PDFLetterCommon::postProcess($this); } + /** + * Set default values for the form. + * + * @return void + */ + public function setDefaultValues() { + return CRM_Contact_Form_Task_PDFLetterCommon::setDefaultValues(); + } + }