X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/23925086e3efb3a08402c619e1b800ca15b138d5..e9573e41d407a7485d9c800cfaf6b08d2052158d:/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;