From 8a3df3911fe016dc95f841890fd32e2d478bdbd9 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 22 Oct 2014 20:09:10 +0000 Subject: [PATCH] Do not clear start/end time in simple mode, use them as user set them. --- timesheet/inc/class.timesheet_ui.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index 0b97a0be04..788a566016 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -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!)