mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 21:24:58 +00:00
Add contact note to users
This commit is contained in:
@@ -35,7 +35,7 @@ if ($domains_processed == 1) {
|
||||
|
||||
$sql = "CREATE VIEW view_users AS ( \n";
|
||||
$sql .= " select u.domain_uuid, u.user_uuid, d.domain_name, u.username, u.user_status, u.user_enabled, u.add_date, \n";
|
||||
$sql .= " c.contact_uuid, c.contact_organization, c.contact_name_given ||' '|| c.contact_name_family as contact_name, c.contact_name_given, c.contact_name_family, \n";
|
||||
$sql .= " c.contact_uuid, c.contact_organization, c.contact_name_given ||' '|| c.contact_name_family as contact_name, c.contact_name_given, c.contact_name_family, c.contact_note, \n";
|
||||
$sql .= " ( \n";
|
||||
$sql .= " select \n";
|
||||
$sql .= " string_agg(g.group_name, ', ') \n";
|
||||
|
||||
Reference in New Issue
Block a user