JamesK Posted August 6, 2013 Share Posted August 6, 2013 5.0.8 made changes to the db functions used in reports. In sales_tax_liability.php, for example, the function to sanitize the date string was changed from toMySQLDate() to db_make_safe_human_date(). This new function does not work as expected and causes the queries to fail. This is because db_make_safe_human_date('2013-01-01') returns 20130101-00-00 while toMySQLDate('2013-01-01') returns 20130101. This problem occurs in all the reports using this function. 0 Quote Link to comment Share on other sites More sharing options...
JamesK Posted August 12, 2013 Author Share Posted August 12, 2013 Any confirmation on fixing this? 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.