Skip to content

Commit

Permalink
Merge pull request #24617 from eileenmcnaughton/rc
Browse files Browse the repository at this point in the history
Fix is_override variable in MembershipView
  • Loading branch information
eileenmcnaughton authored Sep 26, 2022
2 parents 05cfdc7 + 8bcf3c2 commit 4ad15c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Member/Form/MembershipView.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{if $has_related}
<tr><td class="label">{ts}Max related{/ts}</td><td>{$max_related}</td></tr>
{/if}
<tr><td class="label">{ts}Status{/ts}</td><td>{$status} {if $member_is_override}({ts}Overridden{/ts}){/if}</td></tr>
<tr><td class="label">{ts}Status{/ts}</td><td>{$status} {if $is_override}({ts}Overridden{/ts}){/if}</td></tr>
<tr><td class="label">{ts}Source{/ts}</td><td>{$source}</td></tr>
{if $campaign}<tr><td class="label">{ts}Campaign{/ts}</td><td>{$campaign}</td></tr>{/if}
<tr><td class="label">{ts}Member Since{/ts}</td><td>{$join_date|crmDate}</td></tr>
Expand Down

0 comments on commit 4ad15c7

Please sign in to comment.