From 598e8e27377c101432a10b0c4ad63b39b2643099 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 24 Apr 2019 16:44:21 -0400 Subject: [PATCH] Update billing statements page Change the ID to invoice #. Remove payment id --- views/admin/billing/statements.html | 6 +++--- views/common/billing/paymentForm.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/views/admin/billing/statements.html b/views/admin/billing/statements.html index f73d491..b9fd3f2 100644 --- a/views/admin/billing/statements.html +++ b/views/admin/billing/statements.html @@ -93,7 +93,7 @@ - + @@ -145,7 +145,7 @@ {* Payments *} {elseif $transaction.type == '20'} - + @@ -158,7 +158,7 @@ {* Adjustment *} {elseif $transaction.type == '30'} - + diff --git a/views/common/billing/paymentForm.html b/views/common/billing/paymentForm.html index 1d3a60d..4d193cc 100644 --- a/views/common/billing/paymentForm.html +++ b/views/common/billing/paymentForm.html @@ -85,7 +85,9 @@
Select Payment Option
+ {* debug *}
+ {* TODO: Check $billing_settings.payment_methods *} {if !$lockedToMember} -- 2.17.1
IDInvoice # Date Due Date Type{$transaction.transaction_data.id}  {$transaction.transaction_data.transaction_time|date_format:"%D"}   {$transaction_types[$transaction.type]}{$transaction.transaction_data.id}  {$transaction.transaction_data.transaction_time|date_format:"%D"}   {$transaction_types[$transaction.type]}