add some comment
This commit is contained in:
parent
d8267fee4a
commit
e22ca90a3f
@ -63,14 +63,22 @@ class Livraison extends CommonObject
|
|||||||
public $socid;
|
public $socid;
|
||||||
public $ref_customer;
|
public $ref_customer;
|
||||||
|
|
||||||
public $date_delivery; // Date really received
|
/**
|
||||||
|
* @var integer|string Date really received
|
||||||
|
*/
|
||||||
|
public $date_delivery;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var integer|string date_creation
|
* @var integer|string date_creation
|
||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string date_valid
|
||||||
|
*/
|
||||||
public $date_valid;
|
public $date_valid;
|
||||||
|
|
||||||
|
|
||||||
public $model_pdf;
|
public $model_pdf;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -72,8 +72,14 @@ class Loan extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string date_modification
|
||||||
|
*/
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string date_validation
|
||||||
|
*/
|
||||||
public $date_validation;
|
public $date_validation;
|
||||||
|
|
||||||
public $insurance_amount;
|
public $insurance_amount;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user