fix junk
authordemeritcowboy <demeritcowboy@hotmail.com>
Mon, 1 Aug 2022 15:02:10 +0000 (11:02 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Mon, 1 Aug 2022 15:02:10 +0000 (11:02 -0400)
xml/templates/message_templates/contribution_invoice_receipt_html.tpl

index 38a67848fd0d789fc34420e390c0e6183d9304f1..6a8df20087529bec21c7f1f9a0b7e818c926220c 100644 (file)
@@ -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'}
                 <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>
                   <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'}