From e6ccedad93039292e90d19d98908da2387a14816 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 23 Feb 2022 10:36:41 -0500 Subject: [PATCH] update tokens in message template --- CRM/Upgrade/Incremental/MessageTemplates.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CRM/Upgrade/Incremental/MessageTemplates.php b/CRM/Upgrade/Incremental/MessageTemplates.php index 54f37cee5a..09a87dd77f 100644 --- a/CRM/Upgrade/Incremental/MessageTemplates.php +++ b/CRM/Upgrade/Incremental/MessageTemplates.php @@ -334,6 +334,14 @@ class CRM_Upgrade_Incremental_MessageTemplates { ['name' => 'payment_or_refund_notification', 'type' => 'text'], ], ], + [ + 'version' => '5.48.alpha1', + 'upgrade_descriptor' => ts('Replace {receipt_text_renewal} with {receipt_text}'), + 'templates' => [ + ['name' => 'membership_offline_receipt', 'type' => 'html'], + ['name' => 'membership_offline_receipt', 'type' => 'text'], + ], + ], ]; } -- 2.25.1