add some comment
This commit is contained in:
parent
4628caf0a3
commit
07cd656a1c
@ -64,7 +64,13 @@ class Livraison extends CommonObject
|
||||
public $ref_customer;
|
||||
|
||||
public $date_delivery; // Date really received
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $date_valid;
|
||||
public $model_pdf;
|
||||
|
||||
|
||||
@ -63,7 +63,13 @@ class Loan extends CommonObject
|
||||
public $account_capital;
|
||||
public $account_insurance;
|
||||
public $account_interest;
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $date_modification;
|
||||
public $date_validation;
|
||||
|
||||
|
||||
@ -121,7 +121,13 @@ class Mo extends CommonObject
|
||||
public $fk_soc;
|
||||
public $note_public;
|
||||
public $note_private;
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $tms;
|
||||
public $fk_user_creat;
|
||||
public $fk_user_modif;
|
||||
|
||||
@ -325,7 +325,12 @@ class Product extends CommonObject
|
||||
public $imgWidth;
|
||||
public $imgHeight;
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $date_modification;
|
||||
|
||||
//! Id du fournisseur
|
||||
|
||||
Loading…
Reference in New Issue
Block a user