CRM-16808 follow up - finally remove all references to calling doTransferPayment...
[civicrm-core.git] / CRM / Event / Task.php
index c0cd5305a2d5287124c1dd85637e3bb7bad1725b..d354fb89edb62949ce2ebe8aa389f9e0e7d5030a 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -125,6 +125,11 @@ class CRM_Event_Task {
           'class' => 'CRM_Event_Form_Task_Badge',
           'result' => FALSE,
         ),
+        17 => array(
+          'title' => ts('Print PDF Letter for Participants'),
+          'class' => 'CRM_Event_Form_Task_PDF',
+          'result' => TRUE,
+        ),
         20 => array(
           'title' => ts('Add Contacts to Group'),
           'class' => 'CRM_Event_Form_Task_AddToGroup',