Update user.class.php
This commit is contained in:
parent
a79283c490
commit
7c8efc741e
@ -2322,7 +2322,8 @@ class User extends CommonObject
|
||||
$label.= '<b>' . $langs->trans('Name') . ':</b> ' . $this->getFullName($langs, '');
|
||||
if (! empty($this->login))
|
||||
$label.= '<br><b>' . $langs->trans('Login') . ':</b> ' . $this->login;
|
||||
$label.= '<br><b>' . $langs->trans("EMail").':</b> '.$this->email;
|
||||
$label.= '<br><b>' . $langs->trans("Email").':</b> '.$this->email;
|
||||
$label.= '<br><b>' . $langs->trans("Phone").':</b> '.$this->phone;
|
||||
if (! empty($this->admin))
|
||||
$label.= '<br><b>' . $langs->trans("Administrator").'</b>: '.yn($this->admin);
|
||||
if (! empty($this->socid) ) // Add thirdparty for external users
|
||||
|
||||
Loading…
Reference in New Issue
Block a user