X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/79a38d5d7579d6ba89efdc1b077b87a2e324cbd3..2d3de45e7035c94e64bf54d6e610ac613724b912:/mobile/client_edit.php diff --git a/mobile/client_edit.php b/mobile/client_edit.php index c1004b1b..917b656a 100644 --- a/mobile/client_edit.php +++ b/mobile/client_edit.php @@ -104,7 +104,7 @@ if ($request->isPost()) { if ($request->getParameter('btn_copy')) { 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,