Skip to content

Commit

Permalink
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
Browse files Browse the repository at this point in the history
Conflicts:
	htdocs/societe/class/societe.class.php
  • Loading branch information
eldy committed Apr 10, 2020
2 parents f52f59e + c4d898e commit a1e714f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/societe/class/societe.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3402,6 +3402,7 @@ public function create_from_member(Adherent $member, $socname = '', $socalias =
$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);
Expand Down

0 comments on commit a1e714f

Please sign in to comment.