Commit f9fd30a5 authored by Frank Bergmann's avatar Frank Bergmann

- massive update to cleanup first_names || ' ' || last_names

  and replacing this construct by im_name_from_user_id in order
  to allow for Japanese L10n and Basel more formal user names
parent e2aa7f24
......@@ -262,15 +262,6 @@
</fullquery>
<fullquery name="contacts::get::values::multirow.first_names_from_party_id">
<querytext>
select first_names
from persons
where person_id = :party_id
</querytext>
</fullquery>
<fullquery name="contacts::get::values::multirow.organization_types_from_party_and_intranet-dynfield_attribute_id">
<querytext>
select cao.option_id, cao.option
......@@ -285,7 +276,7 @@
</fullquery>
<fullquery name="contact::get::values::multirow.first_names_from_party_id">
<fullquery name="contacts::get::values::multirow.first_names_from_party_id">
<querytext>
select first_names
from persons
......
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