From 0fa68a43b037d32a0682e33bb84244a3c15b07b0 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 3 Apr 2013 14:30:46 -0700 Subject: [PATCH] CRM-12277 Add info to Batch status change message to let users now that notifications will be sent for Pending Pay Later to Attended or Registered updates. ---------------------------------------- * CRM-12277: Notify batch Change Participant Status users that changing status FROM Pay Later TO Attended or Registered triggers email notification and payment status update http://issues.civicrm.org/jira/browse/CRM-12277 --- templates/CRM/Event/Form/Task/Batch.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/CRM/Event/Form/Task/Batch.tpl b/templates/CRM/Event/Form/Task/Batch.tpl index 81e8a9e15a..2c44b4d5c9 100644 --- a/templates/CRM/Event/Form/Task/Batch.tpl +++ b/templates/CRM/Event/Form/Task/Batch.tpl @@ -29,6 +29,9 @@ {if $context EQ 'statusChange'} {* Update Participant Status task *} {ts}Update the status for each participant individually, OR change all statuses to:{/ts} {$form.status_change.html} {help id="id-status_change"} +
+ {ts}Participants whose status is changed FROM Pending Pay Later TO Registered or Attended will receive a confirmation email and their payment status will be set to completed. If this is not what you want to do, you can change their participant status by editing their event registration record directly.{/ts} +
{if $notifyingStatuses}
{ts 1=$notifyingStatuses}Participants whose status is changed TO any of the following will be automatically notified via email: %1.{/ts} -- 2.25.1