X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=client_add.php;h=b3d27ac79b2ea455807bfb6dcaa3a2fdff766f5b;hb=5492c8b02d8f7ff98a159c01948101000d98e06e;hp=db94e62067cfb017e60b1e64e021fa280f014f97;hpb=79a38d5d7579d6ba89efdc1b077b87a2e324cbd3;p=timetracker.git diff --git a/client_add.php b/client_add.php index db94e620..b3d27ac7 100644 --- a/client_add.php +++ b/client_add.php @@ -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,