From 3b40169fdc7493627bdeea7e533668ee51c44186 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 11 Apr 2018 06:32:34 -0400 Subject: [PATCH] Add pay invoice button to invoice. For member view of the invoice. Adding a pay Invoice button. --- views/admin/billing/viewInvoice.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/admin/billing/viewInvoice.html b/views/admin/billing/viewInvoice.html index a799c26..1fa5df6 100644 --- a/views/admin/billing/viewInvoice.html +++ b/views/admin/billing/viewInvoice.html @@ -6,6 +6,10 @@ {include file='admin/billing/subHeader.html'} {/if} +{if $fromMemberMenu} + Pay Invoice +{/if} +
Print
{$invoiceHtml} -- 2.17.1