X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FParticipantFeeSelection.php;h=ba6f5f4e1c0472941a52c583bbe43592e57154b6;hb=9243ece9200ed63ae1174dec5a24151a9f8d910f;hp=d266851b3612a0109874a95a18e86268f721de34;hpb=901353aa4c15e3a43501f1f92e935ef3cda6848c;p=civicrm-core.git diff --git a/CRM/Event/Form/ParticipantFeeSelection.php b/CRM/Event/Form/ParticipantFeeSelection.php index d266851b36..ba6f5f4e1c 100644 --- a/CRM/Event/Form/ParticipantFeeSelection.php +++ b/CRM/Event/Form/ParticipantFeeSelection.php @@ -356,14 +356,16 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form { $this->assign('isOnWaitlist', TRUE); } $this->assign('contactID', $this->_contactId); - $this->assign('participantID', $this->_participantId); $sendTemplateParams = [ - 'groupName' => 'msg_tpl_workflow_event', - 'valueName' => 'event_offline_receipt', + 'workflow' => 'event_offline_receipt', 'contactId' => $this->_contactId, 'isTest' => FALSE, 'PDFFilename' => ts('confirmation') . '.pdf', + 'modelProps' => [ + 'participantID' => $this->_participantId, + 'eventID' => $params['event_id'], + ], ]; // try to send emails only if email id is present