This commit is contained in:
Laurent Destailleur 2022-07-16 12:02:30 +02:00
parent ad2ced727a
commit 2c707f0258

View File

@ -2058,8 +2058,6 @@ class User extends CommonObject
$adh->pass = $this->pass;
//$adh->societe = (empty($adh->societe) && $this->societe_id ? $this->societe_id : $adh->societe);
$adh->address = $this->address;
$adh->town = $this->town;
$adh->zip = $this->zip;
@ -2109,8 +2107,6 @@ class User extends CommonObject
//$tmpobj->pass=$this->pass;
//$tmpobj->societe=(empty($tmpobj->societe) && $this->societe_id ? $this->societe_id : $tmpobj->societe);
$tmpobj->email = $this->email;
$tmpobj->socialnetworks = $this->socialnetworks;