X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/15d237dd7e5ce541a9973a69c9dfeaa95dfd88e6..8fce71f594124d3d6e91d8a3ef25209a7ca180fa:/WEB-INF/lib/ttImportHelper.class.php?ds=inline diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index 91d6b394..806dfdbf 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -117,6 +117,7 @@ class ttImportHelper { 'name' => $this->teamData['NAME'], 'address' => $this->teamData['ADDRESS'], 'currency' => $this->teamData['CURRENCY'], + 'lock_spec' => $this->teamData['LOCK_SPEC'], 'lock_interval' => $this->teamData['LOCK_INTERVAL'], 'lang' => $this->teamData['LANG'], 'decimal_mark' => $this->teamData['DECIMAL_MARK'],