Merge pull request #9288 from ptibogxiv/patch-39

FIX sync user->member
This commit is contained in:
Laurent Destailleur 2018-08-28 01:21:51 +02:00 committed by GitHub
commit 61254dd5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1528,6 +1528,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;