projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb298a
)
add default values
author
Tim Mallezie
<tim.mallezie@chiro.be>
Fri, 29 May 2015 07:03:37 +0000
(09:03 +0200)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Fri, 29 May 2015 07:03:37 +0000
(09:03 +0200)
CRM/Event/Form/Task/PDF.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/Task/PDF.php
b/CRM/Event/Form/Task/PDF.php
index 204e6dd82c74251b7e81089caae60641a29cc1cd..32e4969fbe5ffe7405e72e3975c3e55094bbf552 100644
(file)
--- 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();
+ }
+
}