Fix sync user->member
add more fields
This commit is contained in:
parent
ca8a22a3ad
commit
6556ace2bc
@ -1497,6 +1497,12 @@ class User extends CommonObject
|
||||
|
||||
$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;
|
||||
$adh->state_id=$this->state_id;
|
||||
$adh->country_id=$this->country_id;
|
||||
|
||||
$adh->email=$this->email;
|
||||
$adh->skype=$this->skype;
|
||||
$adh->phone=$this->office_phone;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user