From b846903fae7e973115612852c48bfd89c1c111b1 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 18 Sep 2023 09:29:14 +1200 Subject: [PATCH] Fix template to use the same tokens as the templates --- .../message_templates/event_online_receipt_text.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/templates/message_templates/event_online_receipt_text.tpl b/tests/templates/message_templates/event_online_receipt_text.tpl index 6f834da4f0..884c9ccf8c 100644 --- a/tests/templates/message_templates/event_online_receipt_text.tpl +++ b/tests/templates/message_templates/event_online_receipt_text.tpl @@ -43,10 +43,10 @@ event.fee_label:::{event.fee_label} {if !empty($isShowLocation)} isShowLocation:::{$isShowLocation} location.address.1.display:::{$location.address.1.display} -location.phone.1.phone:::{$location.phone.1.phone} -location.phone.1.phone_type_display:::{$location.phone.1.phone_type_display} -location.phone.1.phone_ext:::{$location.phone.1.phone_ext} -location.email.1.email:::{$location.email.1.email} +location.phone.1.phone:::{event.loc_block_id.phone_id.phone} +location.phone.1.phone_type_display:::{event.loc_block_id.phone_id.phone_type_id:label} +location.phone.1.phone_ext:::{event.loc_block_id.phone_id.phone_ext} +location.email.1.email:::{event.loc_block_id.email_id.email} {/if} {if {event.is_public|boolean}} event.is_public:::{$event.is_public} -- 2.25.1