From e698b43561ba230d203c3c7384548f5cbaafe8d6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 14 Mar 2019 08:40:09 -0400 Subject: [PATCH] Remove uptra text From settings --- views/admin/billing/editInvoice.html | 2 +- views/admin/settings/billing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/billing/editInvoice.html b/views/admin/billing/editInvoice.html index 2454340..cc222a7 100644 --- a/views/admin/billing/editInvoice.html +++ b/views/admin/billing/editInvoice.html @@ -511,7 +511,7 @@ jQuery(document).ready(function($){ dataType: 'json' }).done(function( msg ){ if ( msg.status === true ) { - console.log( 'account: ', msg.account ); + // console.log( 'account: ', msg.account ); // TODO: check these function as they don't seem to work! // Reload the account select updateBillingAccountList( msg.account ); diff --git a/views/admin/settings/billing.html b/views/admin/settings/billing.html index f0f8f41..27c6d3d 100644 --- a/views/admin/settings/billing.html +++ b/views/admin/settings/billing.html @@ -224,7 +224,7 @@ - All Members renewal same day each year (UPTRA) + All Members renewal same day each year -- 2.17.1