Doc
This commit is contained in:
parent
ad2ced727a
commit
2c707f0258
@ -2058,8 +2058,6 @@ class User extends CommonObject
|
|||||||
|
|
||||||
$adh->pass = $this->pass;
|
$adh->pass = $this->pass;
|
||||||
|
|
||||||
//$adh->societe = (empty($adh->societe) && $this->societe_id ? $this->societe_id : $adh->societe);
|
|
||||||
|
|
||||||
$adh->address = $this->address;
|
$adh->address = $this->address;
|
||||||
$adh->town = $this->town;
|
$adh->town = $this->town;
|
||||||
$adh->zip = $this->zip;
|
$adh->zip = $this->zip;
|
||||||
@ -2109,8 +2107,6 @@ class User extends CommonObject
|
|||||||
|
|
||||||
//$tmpobj->pass=$this->pass;
|
//$tmpobj->pass=$this->pass;
|
||||||
|
|
||||||
//$tmpobj->societe=(empty($tmpobj->societe) && $this->societe_id ? $this->societe_id : $tmpobj->societe);
|
|
||||||
|
|
||||||
$tmpobj->email = $this->email;
|
$tmpobj->email = $this->email;
|
||||||
|
|
||||||
$tmpobj->socialnetworks = $this->socialnetworks;
|
$tmpobj->socialnetworks = $this->socialnetworks;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user