mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
Do not clear start/end time in simple mode, use them as user set them.
This commit is contained in:
parent
cf7017a281
commit
e77800252c
@ -107,7 +107,6 @@ class timesheet_ui extends timesheet_bo
|
|||||||
}
|
}
|
||||||
if ($this->ts_viewtype == 'short')
|
if ($this->ts_viewtype == 'short')
|
||||||
{
|
{
|
||||||
$content['start_time']=$content['end_time']=null;
|
|
||||||
$content['ts_description'] = $content['ts_description_short'];
|
$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!)
|
// 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