mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
fix : The property siret does not seem to exist on Societe
This commit is contained in:
@@ -422,6 +422,13 @@ class Societe extends CommonObject
|
||||
*/
|
||||
public $idprof2;
|
||||
|
||||
/**
|
||||
* @var string Professional ID 2
|
||||
* @deprecated
|
||||
* @see $idprof2
|
||||
*/
|
||||
public $siret;
|
||||
|
||||
/**
|
||||
* Professional ID 3 (Ex: Ape in France)
|
||||
* @var string
|
||||
|
||||
Reference in New Issue
Block a user