add some comment
This commit is contained in:
parent
bb352a5004
commit
6e0c028d51
@ -122,8 +122,7 @@ class Propal extends CommonObject
|
|||||||
public $datec;
|
public $datec;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creation date
|
* @var integer|string $date_creation;
|
||||||
* @var int
|
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
@ -134,14 +133,12 @@ class Propal extends CommonObject
|
|||||||
public $datev;
|
public $datev;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validation date
|
* @var integer|string $date_validation;
|
||||||
* @var int
|
|
||||||
*/
|
*/
|
||||||
public $date_validation;
|
public $date_validation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Date of the quote
|
* @var integer|string date of the quote;
|
||||||
* @var
|
|
||||||
*/
|
*/
|
||||||
public $date;
|
public $date;
|
||||||
|
|
||||||
@ -150,7 +147,13 @@ class Propal extends CommonObject
|
|||||||
* @see $date
|
* @see $date
|
||||||
*/
|
*/
|
||||||
public $datep;
|
public $datep;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_livraison;
|
||||||
|
*/
|
||||||
public $date_livraison;
|
public $date_livraison;
|
||||||
|
|
||||||
|
|
||||||
public $fin_validite;
|
public $fin_validite;
|
||||||
|
|
||||||
public $user_author_id;
|
public $user_author_id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user