mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user