From a4914805c11d5ab78d67da2d54bc006e6bb5dde5 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 14 Jul 2015 15:09:27 -0700 Subject: [PATCH] CRM-16729 - Fix inline help to account for payment from a different contact scenario. ---------------------------------------- * CRM-16729: IHM : Wrong email on receipt help text when new membership is paid by a different contact https://issues.civicrm.org/jira/browse/CRM-16729 --- templates/CRM/Member/Form/Membership.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 043c6fbade..df299607d5 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -277,12 +277,12 @@ {if $emailExists and $outBound_option != 2 } {$form.send_receipt.label}{$form.send_receipt.html}
- {ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1?{/ts} + {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} {elseif $context eq 'standalone' and $outBound_option != 2 } {$form.send_receipt.label}{$form.send_receipt.html}
- {ts}Automatically email a membership confirmation and receipt to {/ts}? + {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} {/if} -- 2.25.1