|
@@ -1415,7 +1415,7 @@ else
|
|
|
!! set job_start and job_end variables using week variable for jobs that are tracked.
|
|
|
gs 'emp_functions', 'job_alert'
|
|
|
end
|
|
|
- if work> 0 and hour < job_end:
|
|
|
+ if work > 0 and hour < job_end:
|
|
|
!! jclose and $jumploc are used to set landing pages in journal.
|
|
|
$statusIconBarTab += '<td><a href="exec: jclose = 1 & $jumploc = ''worktab'' & gt ''journal_work'', ''start''"><img title="You have a job. Click to find out more." height = <<set_siconht>> src="images/system/icons/status/work.png"></a></td>'
|
|
|
end
|