Jump to content

Problem with stats / date selection


Recommended Posts

In ADMIN/TABS/AdminStatsTab.php :

Try this for line 36:

if (($month = Tools::getValue(‘dateInputMonth’, -1)) != -1 AND Validate::isInt($month))

This is the first change I have found that actually WORKS!!!

This was on another thread (in French) for the same problem.

Link to comment
Share on other sites

Thanks

I have tried adding that - but no difference.

(We are on version 1.2.5)

I have a feeling it could be related to the employee table - if I change the dates there (using sql directly) then it works - and I am unable to add a new employee (with the same symptom)

- Andrew

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...