X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0a3f06e6606a8d6d19fb41ab0253cedd22d96b41..08fce9c0cac0bbd8596632f3a3fc1f5f3da20992:/WEB-INF/lib/ttImportHelper.class.php diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index 26cdfac1..f7be431f 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -127,6 +127,7 @@ class ttImportHelper { 'week_start' => $this->teamData['WEEK_START'], 'plugins' => $this->teamData['PLUGINS'], 'tracking_mode' => $this->teamData['TRACKING_MODE'], + 'task_required' => $this->teamData['TASK_REQUIRED'], 'record_type' => $this->teamData['RECORD_TYPE'])); if ($team_id) { $this->team_id = $team_id;