From dee753363b74d909a3f07e606e26a4411ff54795 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Sat, 10 Mar 2018 09:17:40 -0500 Subject: [PATCH] Add the due date Adding Due Date to the printable invoice. --- views/admin/billing/invoiceStore.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index 82081fc..ad7b402 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -25,12 +25,16 @@ {if $settings.company_phone}{$settings.company_phone}
{/if} {if $settings.company_email}{$settings.company_email}
{/if} - + - + + + + + -- 2.17.1
Date: Invoice Date: {$invoice.transaction_time|date_format:"%D"}
Due Date: {$invoice.due_date|date_format:"%D"}
Account #: {$account.id}