From 4bfba76e4fa1edeaa0ecf89daf9e98e5b7f8cab4 Mon Sep 17 00:00:00 2001 From: magnolia61 Date: Mon, 21 Sep 2020 12:45:52 +0200 Subject: [PATCH] Set participant status notification to false by default --- templates/CRM/Event/Form/Participant.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index 9cded07e8e..dee4ac24db 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -437,7 +437,7 @@ notificationStatusIds = notificationStatusIds.split(','); if (cj.inArray(cj('select#status_id option:selected').val(), notificationStatusIds) > -1) { cj("#notify").show(); - cj("#is_notify").prop('checked', true); + cj("#is_notify").prop('checked', false); } else { cj("#notify").hide(); -- 2.25.1