Skip to content

Commit

Permalink
Merge pull request #24111 from demeritcowboy/invoice-message-tpl
Browse files Browse the repository at this point in the history
Fix and followups for invoice receipt message template
  • Loading branch information
eileenmcnaughton authored Aug 1, 2022
2 parents 9cac826 + f260e50 commit 25f1f7d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
<th style="text-align:right;font-weight:bold;white-space: nowrap"><font size="1">{ts 1=$currency}Amount %1{/ts}</font></th>
</tr>
{foreach from=$lineItem item=value key=priceset name=taxpricevalue}
{if $smarty.foreach.taxpricevalue.index eq 0}
{else}
{/if}
<tr>
<td style="text-align:left;nowrap"><font size="1">
{if $value.html_type eq 'Text'}
Expand Down Expand Up @@ -145,8 +142,6 @@
<td style="text-align:right;white-space: nowrap" ><b><font size="1">{ts}AMOUNT DUE:{/ts}</font></b></td>
<td style="text-align:right;"><b><font size="1">{$amountDue|crmMoney:$currency}</font></b></td>
</tr>

<br/><br/><br/>
<tr>
<td colspan="5"></td>
</tr>
Expand Down Expand Up @@ -207,6 +202,9 @@
<td colspan="5" style="color:#F5F5F5;"><hr></td>
</tr>
</table>
</td>
</tr>
</table>
{/if}

{if '{contribution.contribution_status_id:name}' === 'Refunded' || '{contribution.contribution_status_id:name}' === 'Cancelled'}
Expand Down

0 comments on commit 25f1f7d

Please sign in to comment.