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);
|
||||
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)
|
||||
{
|
||||
$user->login = $ldap->login;
|
||||
|
||||
@ -419,7 +419,7 @@ class Paiement
|
||||
*/
|
||||
function getNomUrl($withpicto=0,$option='')
|
||||
{
|
||||
global $langs; // TODO Renvoyer le libellé anglais et faire traduction a affichage
|
||||
global $langs;
|
||||
|
||||
$result='';
|
||||
|
||||
|
||||
@ -1196,8 +1196,8 @@ class Societe
|
||||
$contact_email = $this->contact_email_array();
|
||||
if ($this->email)
|
||||
{
|
||||
// TODO: Tester si email non deja pr<EFBFBD>sent dans tableau contact
|
||||
$contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." <".$this->email.">";;
|
||||
// TODO: Tester si email non deja present dans tableau contact
|
||||
$contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." <".$this->email.">";
|
||||
}
|
||||
return $contact_email;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user