add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 11:07:47 +01:00
parent b0d68a6de1
commit 2eade41de9

View File

@ -141,27 +141,27 @@ class Contrat extends CommonObject
public $user_cloture; public $user_cloture;
/** /**
* @var int Date of creation * @var integer|string Date of creation
*/ */
public $date_creation; public $date_creation;
/** /**
* @var int Date of last modification. Not filled until you call ->info() * @var integer|string Date of last modification. Not filled until you call ->info()
*/ */
public $date_modification; public $date_modification;
/** /**
* @var int Date of validation * @var integer|string Date of validation
*/ */
public $date_validation; public $date_validation;
/** /**
* @var int Date when contract was signed * @var integer|string Date when contract was signed
*/ */
public $date_contrat; public $date_contrat;
/** /**
* @var int Date of contract closure * @var integer|string Date of contract closure
* @deprecated we close contract lines, not a contract * @deprecated we close contract lines, not a contract
*/ */
public $date_cloture; public $date_cloture;