merlinpa1969 Posted November 20, 2008 Share Posted November 20, 2008 Hello, we have found an issue with the awbs import script..... It grabs the due date and next invoice date from the same place all of our invoice dates should be 5 days before invoice due date however in the import they are the same this is gonna cause an issue, thats alot of accounts to manually change before you can actually put them in the live database 0 Quote Link to comment Share on other sites More sharing options...
jozeph Posted November 20, 2008 Share Posted November 20, 2008 The import script don't work correctly. You need to do adjusts manually. I fix a lot of problems during import. I will send some fixes to Matt, so he can update the import script. 0 Quote Link to comment Share on other sites More sharing options...
merlinpa1969 Posted November 20, 2008 Author Share Posted November 20, 2008 You wouldnt have a little script handy to remove 5 days from the invoice date on every account do you? 0 Quote Link to comment Share on other sites More sharing options...
jozeph Posted November 21, 2008 Share Posted November 21, 2008 Use MySQL to fix... something like: UPDATE tblhosting SET nextinvoicedate = DATE_SUB(nextduedate, INTERVAL 5 day); 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.