diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index dd6765e34f5..918674ba23a 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -3402,6 +3402,7 @@ class Societe extends CommonObject $this->twitter=$member->twitter; $this->facebook=$member->facebook; $this->linkedin=$member->linkedin; + $this->entity=$member->entity; $this->client = 1; // A member is a customer by default $this->code_client = ($customercode?$customercode:-1);