From: Steve Sutton Date: Wed, 16 May 2018 19:31:43 +0000 (-0400) Subject: Update the invoice template to remove possible hidden markup. X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cb1b7b8e952e19a2ed3febfe241e03fd3c61dfa4;p=WP-Plugins%2Fglm-member-db-billing.git 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. --- 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}