diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 2fa87eb8086..9cc36dbb7b4 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -3524,6 +3524,7 @@ class Societe extends CommonObject $this->phone = $member->phone; // Prof phone $this->email = $member->email; $this->socialnetworks = $member->socialnetworks; + $this->entity=$member->entity; $this->client = 1; // A member is a customer by default $this->code_client = ($customercode ? $customercode : -1);