From: Steve Sutton Date: Wed, 7 Mar 2018 14:40:00 +0000 (-0500) Subject: Update list pages. Update invoices create page. X-Git-Tag: v1.0.0^2~164 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4e5535e53a971ca206d80b783443681b02fe9581;p=WP-Plugins%2Fglm-member-db-billing.git Update list pages. Update invoices create page. Invoice creation. Changing the select for members or accounts into autocomplete. If they put something in that is not in the source for the autocomplete it will empty the input field. Add link to the account list that goes to the members billing dashboard. Set width on the list pages for the ID field. --- diff --git a/views/admin/billing/accounts.html b/views/admin/billing/accounts.html index a39dc8a..64167b7 100644 --- a/views/admin/billing/accounts.html +++ b/views/admin/billing/accounts.html @@ -40,7 +40,7 @@ - + @@ -57,7 +57,7 @@ {/if} - + diff --git a/views/admin/billing/editInvoice.html b/views/admin/billing/editInvoice.html index 940b475..ef8c37e 100644 --- a/views/admin/billing/editInvoice.html +++ b/views/admin/billing/editInvoice.html @@ -23,15 +23,8 @@ Billing Account
- - + + New Account
@@ -177,6 +170,7 @@
IDID Member Name Billing Email Anniversary Date
{$t.id} {$t.ref_name} {$t.ref_name} {$t.email} {$t.anniversary_date.date} {$t.renewal_date.date}