Fixed mobile user add.
authorNik Okuntseff <support@anuko.com>
Fri, 21 Dec 2018 15:59:43 +0000 (15:59 +0000)
committerNik Okuntseff <support@anuko.com>
Fri, 21 Dec 2018 15:59:43 +0000 (15:59 +0000)
WEB-INF/templates/footer.tpl
mobile/user_add.php

index 6374571..1704216 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.34.4675 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.34.4676 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 3ffaa01..ce11ecc 100644 (file)
@@ -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,