From 3d2486c1b4e62d440dabb16dbd584be4ed5e4f1f Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 8 Jun 2018 15:49:55 +1200 Subject: [PATCH] Add contact greeting to membership online receipt text message template, if exists, per https://github.com/civicrm/civicrm-core/pull/11674 --- .../message_templates/membership_online_receipt_text.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/templates/message_templates/membership_online_receipt_text.tpl b/xml/templates/message_templates/membership_online_receipt_text.tpl index aebd6d484ebb..6072217a09e0 100644 --- a/xml/templates/message_templates/membership_online_receipt_text.tpl +++ b/xml/templates/message_templates/membership_online_receipt_text.tpl @@ -1,3 +1,4 @@ +{if $contact.email_greeting}{$contact.email_greeting},{/if} {if $receipt_text} {$receipt_text} {/if}