Remove fake modified date, it's considered not modified by nextmatch updated rows check

This commit is contained in:
Nathan Gray 2014-04-02 19:49:14 +00:00
parent 3840569b0a
commit 9c9b784c0c

View File

@ -701,6 +701,9 @@ class timesheet_ui extends timesheet_bo
if ($row['ts_id'] <= 0) // sums
{
if ($query['sort'] == 'ASC') $row['ts_start'] -= 7200; // fix for DSL change
// Remove fake modified date, it breaks nextmatch checks
unset($row['ts_modified']);
switch($row['ts_id'])
{
case 0: // day-sum