From 79e01812158e9c60b26d872bedcc8add7430b330 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 28 Dec 2017 12:25:29 -0500 Subject: [PATCH] Adding print button for the invoices. Adding the PrintArea.js for the printing of the invoices. --- views/admin/billing/invoiceStore.html | 37 +-------------------------- views/admin/billing/viewInvoice.html | 24 +++++++++++++++++ 2 files changed, 25 insertions(+), 36 deletions(-) diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index d493a81..6a71da0 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -1,46 +1,11 @@ diff --git a/views/admin/billing/viewInvoice.html b/views/admin/billing/viewInvoice.html index 9f23d7a..e2f76ba 100644 --- a/views/admin/billing/viewInvoice.html +++ b/views/admin/billing/viewInvoice.html @@ -7,11 +7,35 @@ {include file='admin/billing/subHeader.html'} {/if} +
Print
+
{$invoiceHtml} +
{if $fromMemberMenu} Make a Payment {else} {/if} + + {include file='admin/footer.html'} -- 2.17.1