From 86f024c8f51829c1567efbf5c63262856bdf019a Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 25 Sep 2023 09:59:47 +1300 Subject: [PATCH] Replace email smarty var with token This replaces the variable email with the appropriate smarty token I spent some time tracking back the various contact ID & email refs but concluded this value would always be the participant email, with is assigned as contact to the tokens. --- xml/templates/message_templates/event_offline_receipt_html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/templates/message_templates/event_offline_receipt_html.tpl b/xml/templates/message_templates/event_offline_receipt_html.tpl index fecd700118..79f1b5293b 100644 --- a/xml/templates/message_templates/event_offline_receipt_html.tpl +++ b/xml/templates/message_templates/event_offline_receipt_html.tpl @@ -156,7 +156,7 @@ - {contact.email_primary.email|boolean} + {contact.email_primary.email} {/if} -- 2.25.1