FIX missing member entity
This commit is contained in:
parent
125e964352
commit
34e434a17e
@ -3275,6 +3275,7 @@ class Societe extends CommonObject
|
|||||||
$this->phone=$member->phone; // Prof phone
|
$this->phone=$member->phone; // Prof phone
|
||||||
$this->email=$member->email;
|
$this->email=$member->email;
|
||||||
$this->skype=$member->skype;
|
$this->skype=$member->skype;
|
||||||
|
$this->entity=$member->entity;
|
||||||
|
|
||||||
$this->client = 1; // A member is a customer by default
|
$this->client = 1; // A member is a customer by default
|
||||||
$this->code_client = ($customercode?$customercode:-1);
|
$this->code_client = ($customercode?$customercode:-1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user