projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1b7b8
)
Update the view invoice page.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 18 May 2018 12:52:48 +0000
(08:52 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 18 May 2018 12:52:48 +0000
(08:52 -0400)
Header for paid invoices will not say Receipt.
views/admin/billing/invoiceStore.html
patch
|
blob
|
history
diff --git
a/views/admin/billing/invoiceStore.html
b/views/admin/billing/invoiceStore.html
index
c5b4af6
..
594e2cf
100644
(file)
--- a/
views/admin/billing/invoiceStore.html
+++ b/
views/admin/billing/invoiceStore.html
@@
-11,7
+11,11
@@
<tr>
<td>{if $settings.company_logo}<img src="{$glmPluginMediaUrl}/images/medium/{$settings.company_logo}">{/if}</td>
<td width="160" align="right">
- <h1>INVOICE</h1>
+ {if !$invoice.paid}
+ <h1>INVOICE</h1>
+ {else}
+ <h1>RECEIPT</h1>
+ {/if}
</td>
</tr>
<tr>