add some comment

This commit is contained in:
Philippe GRAND 2019-11-02 10:30:29 +01:00
parent 82bda63920
commit 8569020e34

View File

@ -64,7 +64,12 @@ 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;