// Determine which controls to show and obtain date for them.
$showSubmit = $notClient && !$timesheet['submit_status'];
if ($showSubmit) $approvers = ttTimesheetHelper::getApprovers($timesheet['user_id']);
// Determine which controls to show and obtain date for them.
$showSubmit = $notClient && !$timesheet['submit_status'];
if ($showSubmit) $approvers = ttTimesheetHelper::getApprovers($timesheet['user_id']);
$showApprove = $notClient && $timesheet['submit_status'] && $timesheet['approval_status'] == null;
// Add a form with controls.
$showApprove = $notClient && $timesheet['submit_status'] && $timesheet['approval_status'] == null;
// Add a form with controls.