add default values
authorTim Mallezie <tim.mallezie@chiro.be>
Fri, 29 May 2015 07:03:37 +0000 (09:03 +0200)
committerTim Mallezie <tim.mallezie@chiro.be>
Fri, 29 May 2015 07:03:37 +0000 (09:03 +0200)
CRM/Event/Form/Task/PDF.php

index 204e6dd82c74251b7e81089caae60641a29cc1cd..32e4969fbe5ffe7405e72e3975c3e55094bbf552 100644 (file)
@@ -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();
+  }
+
 }