Commit f0543479 authored by Frank Bergmann's avatar Frank Bergmann

Now also pulling out fields from persons

parent c810f8e9
......@@ -77,6 +77,7 @@ ad_proc im_employee_info_component { employee_id return_url {view_name ""} } {
p.email,
e.*,
ci.*,
pe.*,
to_char(ci.start_date,:date_format) as start_date_formatted,
to_char(ci.end_date,:date_format) as end_date_formatted,
to_char(e.birthdate,:date_format) as birthdate_formatted,
......
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