]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Fixed export and import for locking specification.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index 91d6b394e0cd21a19bfea89ac2a6c4715a9204b2..806dfdbf1a55317c5d3b072839c2bc77fef1d12e 100644 (file)
@@ -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'],