From d2bd29177a0123b4d4843d39f0a36d708a765682 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 12 Apr 2018 10:08:28 -0400 Subject: [PATCH] Add payment date back into invoice. Add the payment date. --- views/admin/billing/invoiceStore.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index a1757d0..0af1e9e 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -90,9 +90,9 @@ {foreach $payments as $payment}   -   + {$payment.transaction_time|date_format:"%m/%d/%y"}   - Payment + Payment - ${$payment.amount|string_format:"%.2f"} -- 2.17.1