Suppression TODO
This commit is contained in:
parent
0b858475d4
commit
5dfac0cabb
@ -405,7 +405,7 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
|
|||||||
$result=$user->fetch($login);
|
$result=$user->fetch($login);
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
//TODO: on v<EFBFBD>rifie si le login a chang<6E> et on met <20> jour les attributs dolibarr
|
//TODO: on verifie si le login a change et on met a jour les attributs dolibarr
|
||||||
if ($user->login != $ldap->login && $ldap->login)
|
if ($user->login != $ldap->login && $ldap->login)
|
||||||
{
|
{
|
||||||
$user->login = $ldap->login;
|
$user->login = $ldap->login;
|
||||||
|
|||||||
@ -419,7 +419,7 @@ class Paiement
|
|||||||
*/
|
*/
|
||||||
function getNomUrl($withpicto=0,$option='')
|
function getNomUrl($withpicto=0,$option='')
|
||||||
{
|
{
|
||||||
global $langs; // TODO Renvoyer le libellé anglais et faire traduction a affichage
|
global $langs;
|
||||||
|
|
||||||
$result='';
|
$result='';
|
||||||
|
|
||||||
|
|||||||
@ -1196,8 +1196,8 @@ class Societe
|
|||||||
$contact_email = $this->contact_email_array();
|
$contact_email = $this->contact_email_array();
|
||||||
if ($this->email)
|
if ($this->email)
|
||||||
{
|
{
|
||||||
// TODO: Tester si email non deja pr<EFBFBD>sent dans tableau contact
|
// TODO: Tester si email non deja present dans tableau contact
|
||||||
$contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." <".$this->email.">";;
|
$contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." <".$this->email.">";
|
||||||
}
|
}
|
||||||
return $contact_email;
|
return $contact_email;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user