Do not clear start/end time in simple mode, use them as user set them.

This commit is contained in:
Nathan Gray 2014-10-22 20:09:10 +00:00
parent 2f53633dca
commit 8a3df3911f

View File

@ -107,7 +107,6 @@ class timesheet_ui extends timesheet_bo
}
if ($this->ts_viewtype == 'short')
{
$content['start_time']=$content['end_time']=null;
$content['ts_description'] = $content['ts_description_short'];
}
// we only need 2 out of 3 values from start-, end-time or duration (the date in ts_start is always required!)