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 );
</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>