Skip to content

Commit

Permalink
Merge pull request #23726 from pradpnayak/receiptText
Browse files Browse the repository at this point in the history
Added back 'Renewal Message' field on Membership renewal form
  • Loading branch information
eileenmcnaughton authored Jun 8, 2022
2 parents c1939ae + 8568ec8 commit fd54e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/CRM/Member/Form/MembershipRenewal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@
<td class="label">{$form.from_email_address.label}</td>
<td>{$form.from_email_address.html} {help id="id-from_email" file="CRM/Contact/Form/Task/Help/Email/id-from_email.hlp"}</td>
</tr>
<tr id="notice" class="crm-member-membershiprenew-form-block-receipt_text_renewal">
<td class="label">{$form.receipt_text_renewal.label}</td>
<tr id="notice" class="crm-member-membershiprenew-form-block-receipt_text">
<td class="label">{$form.receipt_text.label}</td>
<td><span
class="description">{ts}Enter a message you want included at the beginning of the emailed receipt. EXAMPLE: 'Thanks for supporting our organization with your membership.'{/ts}</span><br/>
{$form.receipt_text_renewal.html|crmAddClass:huge}</td>
{$form.receipt_text.html|crmAddClass:huge}</td>
</tr>
</table>
{/if}
Expand Down

0 comments on commit fd54e00

Please sign in to comment.