Remove uptra text
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Mar 2019 12:40:09 +0000 (08:40 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Mar 2019 12:40:09 +0000 (08:40 -0400)
From settings

views/admin/billing/editInvoice.html
views/admin/settings/billing.html

index 2454340..cc222a7 100644 (file)
@@ -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 );
index f0f8f41..27c6d3d 100644 (file)
                             </th>
                             <td>
                                 <input type="checkbox" name="renewal_day_static"{if $billingSettings.fieldData.renewal_day_static.value} checked="checked"{/if}>
-                                All Members renewal same day each year (UPTRA)
+                                All Members renewal same day each year
                             </td>
                         </tr>