From 53afd7d158b8f8922f7b244b1d6f01a3048ee360 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Mon, 30 Nov 2015 15:56:57 +1300 Subject: [PATCH] CRM-17635 add comment about recur receipt --- templates/CRM/Member/Form/Membership.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 178993f02c..9fe3f798b0 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -178,11 +178,13 @@ {$form.send_receipt.label}{$form.send_receipt.html}
{ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1 ?{/ts} {ts}OR if the payment is from a different contact, this email will only go to them.{/ts} + {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} {elseif $context eq 'standalone' and $isEmailEnabledForSite} {$form.send_receipt.label}{$form.send_receipt.html}
{ts}Automatically email a membership confirmation and receipt to {/ts}? {ts}OR if the payment is from a different contact, this email will only go to them.{/ts} + {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} {/if} -- 2.25.1