diff --git a/agent/ajax.php b/agent/ajax.php index 021a38ed..7a9a5e42 100644 --- a/agent/ajax.php +++ b/agent/ajax.php @@ -317,7 +317,7 @@ if (isset($_GET['get_client_contacts'])) { $contact_sql = mysqli_query( $mysqli, - "SELECT contact_id, contact_name, contact_primary, contact_important, contact_technical FROM contacts + "SELECT contact_id, contact_name, contact_title, contact_email, contact_primary, contact_important, contact_technical FROM contacts LEFT JOIN clients on contact_client_id = client_id WHERE contacts.contact_archived_at IS NULL AND contact_client_id = $client_id $access_permission_query diff --git a/agent/includes/inc_client_top_head.php b/agent/includes/inc_client_top_head.php index 7984836f..9bf26df1 100644 --- a/agent/includes/inc_client_top_head.php +++ b/agent/includes/inc_client_top_head.php @@ -14,7 +14,7 @@