How to show firstname and lastname instead of username in Assigned to field?
I've succeded to display firstname and lastname in assigned to field when I'm exploring an existing account.
Made the following changes:
In the file include/utils.php I added the following code in function get_user_array: concat(first_name,' ', last_name) as user_name instead of only user_name
But when I create a new account the username will be added to the field. I can't find where to do the changes.
If I create a new Contacts I can add Account Name to show the real name but assigned to return username.
Need help!


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks