hekg Posted January 30, 2013 Share Posted January 30, 2013 I just started using the quotes feature of whmcs but I don't want to send a potential client Quote #2 or #12. How can I change the starting number so that they start at say 100? Thanks 0 Quote Link to comment Share on other sites More sharing options...
WHMCS JamesX Posted January 30, 2013 Share Posted January 30, 2013 Run the following query on your database: ALTER TABLE `tblquotes` AUTO_INCREMENT = 123; Change "123" in the query to whatever number you want your next quote to start at. 0 Quote Link to comment Share on other sites More sharing options...
hekg Posted January 30, 2013 Author Share Posted January 30, 2013 Great! Thanks JS-James 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.