fix : The property siren does not seem to exist on Societe
This commit is contained in:
parent
526c6fcc0e
commit
3b98685557
@ -408,6 +408,14 @@ class Societe extends CommonObject
|
||||
*/
|
||||
public $idprof1;
|
||||
|
||||
/**
|
||||
* @var string Professional ID 1
|
||||
* @deprecated
|
||||
* @see $idprof1
|
||||
*/
|
||||
public $siren;
|
||||
|
||||
|
||||
/**
|
||||
* Professional ID 2 (Ex: Siret in France)
|
||||
* @var string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user