Commit 5d788f99 authored by Frank Bergmann's avatar Frank Bergmann

- messed around mit customers/index.tcl

- fixed projects/index.tcl
- fixed something in HR tcl-procs
- added indices to freelancer-DB
parent eba6d746
......@@ -85,7 +85,7 @@ ad_proc im_employee_info_component { employee_id return_url {view_name ""} } {
pe.person_id = u.user_id
and p.party_id = u.user_id
and u.user_id = ci.cause_object_id(+)
and ci.cost_id = rc.rep_cost_id
and ci.cost_id = rc.cost_id
and u.user_id = :employee_id
and u.user_id = e.employee_id(+)
and e.department_id = cc.cost_center_id(+)
......
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