From: Dave Greenberg Date: Tue, 14 Jul 2015 22:09:27 +0000 (-0700) Subject: CRM-16729 - Fix inline help to account for payment from a different contact scenario. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a4914805c11d5ab78d67da2d54bc006e6bb5dde5;p=civicrm-core.git 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 --- 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}