From: Steve Sutton Date: Fri, 18 May 2018 12:52:48 +0000 (-0400) Subject: Update the view invoice page. X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=835ceb840665f90996e9247a863e7a06addeba54;p=WP-Plugins%2Fglm-member-db-billing.git Update the view invoice page. Header for paid invoices will not say Receipt. --- diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index c5b4af6..594e2cf 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -11,7 +11,11 @@ {if $settings.company_logo}{/if} -

INVOICE

+ {if !$invoice.paid} +

INVOICE

+ {else} +

RECEIPT

+ {/if}