X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/415220351a14a7994cbcfc4856eb4d7758701d96..1c2cf98a7a062d53e6988f042da2530e1f5d172e:/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');