Commit f4b30895 authored by Frank Bergmann's avatar Frank Bergmann

- personal project list

parent 103d70b5
......@@ -105,8 +105,10 @@ ad_proc -public im_random_employee_component { } {
</tr>
<tr>
<td>
<!--
<b>[_ intranet-core.Learn_About_Your_Company]</b><br>
[_ intranet-core.Learn_About_Your_Company_Blurb]
-->
</td>
</tr>
</table>
......
......@@ -603,6 +603,7 @@ order by
set personal_project_query "
SELECT
p.*,
to_char(p.end_date, 'YYYY-MM-DD HH24:MI') as end_date_formatted,
c.company_name,
im_name_from_user_id(project_lead_id) as lead_name,
im_category_from_id(p.project_type_id) as project_type,
......@@ -614,7 +615,7 @@ order by
WHERE
p.company_id = c.company_id
$project_history_restriction
order by end_date DESC
order by end_date
"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment