Skip to content

Commit

Permalink
Merge pull request #9713 from jitendrapurohit/CRM-19895
Browse files Browse the repository at this point in the history
CRM-19895: membership renewal page style collapsed if email disabled
  • Loading branch information
kurund authored Jan 24, 2017
2 parents 789edad + 27fe506 commit c5e0410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/CRM/Member/Form/MembershipRenewal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
<legend>{ts}Renewal Payment and Receipt{/ts}</legend>
{/if}
{include file="CRM/Member/Form/MembershipCommon.tpl"}
{if $emailExists and $outBound_option != 2}
</table>
{if $emailExists and $outBound_option != 2}
<table class="form-layout">
<tr class="crm-{$formClass}-form-block-send_receipt">
<td class="label">{$form.send_receipt.label}</td>
Expand Down

0 comments on commit c5e0410

Please sign in to comment.