Started to populate org_id upon client creation.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index 8c6fd0c..e732b98 100644 (file)
@@ -222,6 +222,7 @@ class ttImportHelper {
       $this->clientMap[$this->currentElement['ID']] =
         ttClientHelper::insert(array(
           'group_id' => $this->group_id,
+          'org_id' => $this->org_id,
           'name' => $this->currentElement['NAME'],
           'address' => $this->currentElement['ADDRESS'],
           'tax' => $this->currentElement['TAX'],