Skip to content

Commit

Permalink
Merge pull request #15646 from eileenmcnaughton/add_pay
Browse files Browse the repository at this point in the history
dev/core#1344 Simplify email template logic on displaying billing detail
  • Loading branch information
seamuslee001 authored Oct 29, 2019
2 parents 4aefa7b + 305c156 commit 66d736a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
</tr>
{/if}

{if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval}
{if $billingName}
<tr>
<th {$headerStyle}>
{ts}Billing Name and Address{/ts}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You were registered by: {$payer.name}
{if $checkNumber}
{ts}Check Number{/ts}: {$checkNumber}
{/if}
{if $contributeMode ne 'notify' and !$isAmountzero and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and !$isOnWaitlist and !$isRequireApproval}
{if $billingName}

==========================================================={if $pricesetFieldsCount }===================={/if}

Expand Down

0 comments on commit 66d736a

Please sign in to comment.