From: Steve Sutton Date: Sat, 10 Mar 2018 14:17:40 +0000 (-0500) Subject: Add the due date X-Git-Tag: v1.0.0^2~158 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dee753363b74d909a3f07e606e26a4411ff54795;p=WP-Plugins%2Fglm-member-db-billing.git Add the due date Adding Due Date to the printable invoice. --- 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} - + - + + + + +
Date: Invoice Date: {$invoice.transaction_time|date_format:"%D"}
Due Date: {$invoice.due_date|date_format:"%D"}
Account #: {$account.id}