X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/415220351a14a7994cbcfc4856eb4d7758701d96..3ab018db2eca3a6b7f8ddeeebd0aa9c28126e902:/cf_monthly_quota.php diff --git a/cf_monthly_quota.php b/cf_monthly_quota.php index 9f0f7df9..6b94cfda 100644 --- a/cf_monthly_quota.php +++ b/cf_monthly_quota.php @@ -56,7 +56,7 @@ if ($request->isPost()){ $hours = $request->getParameter("dailyWorkingHours"); $teamDetails = ttTeamHelper::getTeamDetails($quota->usersTeamId); $res = ttTeamHelper::update($quota->usersTeamId, array('name'=>$teamDetails['team_name'], - 'working_hours'=>$hours)); + 'workday_hours'=>$hours)); } if ($res) { header('Location: profile_edit.php');