forked from extern/egroupware
Do not clear start/end time in simple mode, use them as user set them.
This commit is contained in:
parent
2f53633dca
commit
8a3df3911f
@ -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!)
|
||||
|
Loading…
Reference in New Issue
Block a user