X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=timesheet_view.php;h=27956c9d7552310144d6ff5aa1e19515dff877b4;hb=1e2a1839bd4b4530a43dfcdc3f0582623edd5486;hp=70ab3357dabca597ef40128e8fb7f2f2437fc874;hpb=e5486346ac0574517a4fd118f03616ec455df9a9;p=timetracker.git diff --git a/timesheet_view.php b/timesheet_view.php index 70ab3357..27956c9d 100644 --- a/timesheet_view.php +++ b/timesheet_view.php @@ -45,7 +45,7 @@ if (!$timesheet) { exit(); } // TODO: add other checks here for timesheet being appropriate for user role. -// TODO: if this is a timeheet submit, validate approver id, too. +// TODO: if this is a timesheet submit, validate approver id, too. // End of access checks. if ($request->isPost()) { @@ -60,7 +60,7 @@ $notClient = !$user->isClient(); // Determine which controls to show and obtain date for them. $showSubmit = $notClient && !$timesheet['submit_status']; if ($showSubmit) $approvers = ttTimesheetHelper::getApprovers($timesheet['user_id']); -$canApprove = $user->can('approve_timesheets') || $user_>can('approve_all_timesheets'); +$canApprove = $user->can('approve_timesheets') || $user->can('approve_all_timesheets'); $showApprove = $notClient && $timesheet['submit_status'] && $timesheet['approval_status'] == null; // Add a form with controls.