FIX : dolibarrize fk_soc ->socid for member
This commit is contained in:
parent
0c432c28a8
commit
3e02dc2465
@ -86,6 +86,7 @@ class Adherent extends CommonObject
|
|||||||
* @var int Thirdparty ID
|
* @var int Thirdparty ID
|
||||||
*/
|
*/
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
|
public $socid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Address
|
* @var string Address
|
||||||
@ -1275,6 +1276,7 @@ class Adherent extends CommonObject
|
|||||||
$this->societe = $obj->company;
|
$this->societe = $obj->company;
|
||||||
$this->company = $obj->company;
|
$this->company = $obj->company;
|
||||||
$this->fk_soc = $obj->fk_soc;
|
$this->fk_soc = $obj->fk_soc;
|
||||||
|
$this->socid = $obj->fk_soc;
|
||||||
$this->address = $obj->address;
|
$this->address = $obj->address;
|
||||||
$this->zip = $obj->zip;
|
$this->zip = $obj->zip;
|
||||||
$this->town = $obj->town;
|
$this->town = $obj->town;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user