Update user.class.php

This commit is contained in:
ptibogxiv 2019-10-25 17:20:09 +02:00 committed by GitHub
parent a79283c490
commit 7c8efc741e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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