]> wagnertech.de Git - timetracker.git/blobdiff - client_add.php
Some refactoring for subgroups.
[timetracker.git] / client_add.php
index db94e62067cfb017e60b1e64e021fa280f014f97..b3d27ac79b2ea455807bfb6dcaa3a2fdff766f5b 100644 (file)
@@ -71,7 +71,7 @@ if ($request->isPost()) {
   if ($err->no()) {
     if (!ttClientHelper::getClientByName($cl_name)) {
       if (ttClientHelper::insert(array(
-        'group_id' => $user->getActiveGroup(),
+        'group_id' => $user->getGroup(),
         'org_id' => $user->org_id,
         'name' => $cl_name,
         'address' => $cl_address,