]> wagnertech.de Git - timetracker.git/blobdiff - timesheet_view.php
Fixed timesheet_view.php.
[timetracker.git] / timesheet_view.php
index 5079fe7b7c1adaba1593b5e69707fa667ec629ba..27956c9d7552310144d6ff5aa1e19515dff877b4 100644 (file)
@@ -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.