From: Steve Sutton Date: Wed, 24 Apr 2019 20:44:21 +0000 (-0400) Subject: Update billing statements page X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=598e8e27377c101432a10b0c4ad63b39b2643099;p=WP-Plugins%2Fglm-member-db-billing.git Update billing statements page Change the ID to invoice #. Remove payment id --- 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}
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]}