From cb1b7b8e952e19a2ed3febfe241e03fd3c61dfa4 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 16 May 2018 15:31:43 -0400 Subject: [PATCH] Update the invoice template to remove possible hidden markup. Some of the markup may show up as html comments or show up different. Removing the html comments and setting them as smarty comments. --- views/admin/billing/invoiceStore.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index 39d8684..c5b4af6 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -16,7 +16,7 @@ - + {* Billing Invoice Settings *} {$settings.company_name}
{if $settings.company_name2}{$settings.company_name2}
{/if} {if $settings.company_addr1}{$settings.company_addr1}
{/if} @@ -56,7 +56,7 @@ {if $account.billing_city}{$account.billing_city} {$account.billing_state}, {$account.billing_zip}
{/if} {if $account.billing_phone}{$account.billing_phone}
{/if} - + {* Billing Settings *}   @@ -70,7 +70,6 @@   Description Rate -
@@ -84,7 +83,6 @@   {$item.name} ${$item.amount|string_format:"%.2f"} - {/foreach} {foreach $payments as $payment} @@ -93,7 +91,6 @@ {$payment.transaction_time|date_format:"%m/%d/%y"}   Payment - - ${$payment.amount|string_format:"%.2f"} {/foreach} -- 2.17.1