mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
parent
f2ada1ffbb
commit
a9f93f35c7
|
|
@ -112,8 +112,10 @@ class Contrat extends CommonObject
|
|||
*/
|
||||
public $fk_soc;
|
||||
|
||||
|
||||
public $societe; // Object societe
|
||||
/**
|
||||
* @var Societe thirdparty Object
|
||||
*/
|
||||
public $societe;
|
||||
|
||||
/**
|
||||
* Status of the contract
|
||||
|
|
@ -170,6 +172,7 @@ class Contrat extends CommonObject
|
|||
public $fk_commercial_suivi;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @deprecated Use fk_project instead
|
||||
* @see $fk_project
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user