Skip to content

Commit

Permalink
Merge pull request #12326 from pradpnayak/185
Browse files Browse the repository at this point in the history
dev/core/issues/185 “Print selected rows” option missing in Event Participant listing dropdown actions
  • Loading branch information
eileenmcnaughton authored Jun 16, 2018
2 parents c74f20c + 765b5b5 commit e98e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Event/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function tasks() {
'class' => 'CRM_Event_Form_Task_Badge',
'result' => FALSE,
),
self::TASK_PRINT => array(
self::PDF_LETTER => array(
'title' => ts('PDF letter - print for participants'),
'class' => 'CRM_Event_Form_Task_PDF',
'result' => TRUE,
Expand Down

0 comments on commit e98e07b

Please sign in to comment.