No. The next update will automatically change the account paymethod
from CC to Renewal after it creates the first CC invoice if the the
CC Auto Bill is set to 0.
I've used a query like this to change them manually, though:
Update MasterAccounts
Set Paymethod = "Invoice"
Where Paymethod = "Credit Card" and CreditCardAutoBill = 1
and Exists (Select InvoivceID From Invoices
Where MasterAccounts.CustomerID = Invoices.CustomerID
and Type = "Credit Card")
-- Dale E. Reed Jr. (daler@iea-software.com)_________________________________________________________________ IEA Software, Inc. | RadiusNT, Emerald, and NT FAQs Internet Solutions for Today | http://www.iea-software.comFor more information about this list, including removal,please see http://www.iea-software.com/maillist.html