From 835ceb840665f90996e9247a863e7a06addeba54 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 18 May 2018 08:52:48 -0400 Subject: [PATCH] Update the view invoice page. Header for paid invoices will not say Receipt. --- views/admin/billing/invoiceStore.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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} -- 2.17.1