betty
on Jun 1. 2008. 10:33 pm
Ilija,
Although the bug with time reports for a date range has been fixed, we still have an issue with time reports for a specific date. Not working.
Betty
Staff
Ilija Studen
on Jun 2. 2008. 12:45 am
Thanks. You already mentioned it in one of our previous email conversations and this bug has been fixed since than. Fix will be included in the next release.
activeCollab Team Member
betty
on Jun 2. 2008. 12:51 am
How can I get the bug fix?
Staff
Ilija Studen
on Jun 2. 2008. 12:56 am
It's a rather simple fix. Open TimeReport class (/activecollab/application/modules/timetracking/models/time_reports). Around line 174 you should find:
if(instance_of($date_from, 'DateTimeValue')) {
replace it with:
if(instance_of($date_from, 'DateValue')) {
activeCollab Team Member