Started to populate org_id in tt_log and tt_invoices tables.
[timetracker.git] / mobile / time.php
index 76296f6..a25cf90 100644 (file)
@@ -253,6 +253,7 @@ if ($request->isPost()) {
         'date' => $cl_date,
         'user_id' => $user->getActiveUser(),
         'group_id' => $user->getActiveGroup(),
+        'org_id' => $user->org_id,
         'client' => $cl_client,
         'project' => $cl_project,
         'task' => $cl_task,