From: Nik Okuntseff Date: Fri, 21 Dec 2018 15:59:43 +0000 (+0000) Subject: Fixed mobile user add. X-Git-Tag: timetracker_1.19-1~390 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=55c33b542216912d3a3f05b5c9c90528eb768cbe;p=timetracker.git Fixed mobile user add. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 63745713..17042163 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.34.4675 | Copyright © Anuko | +  Anuko Time Tracker 1.18.34.4676 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/mobile/user_add.php b/mobile/user_add.php index 3ffaa01a..ce11ecc2 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -159,6 +159,7 @@ if ($request->isPost()) { 'rate' => $cl_rate, 'quota_percent' => $cl_quota_percent, 'group_id' => $user->getGroup(), + 'org_id' => $user->org_id, 'role_id' => $cl_role_id, 'client_id' => $cl_client_id, 'projects' => $assigned_projects,