doc for delivery_date

This commit is contained in:
Francis Appels 2020-11-16 17:37:38 +01:00
parent 5af557c902
commit aed6afc3bf

View File

@ -182,10 +182,13 @@ class Commande extends CommonOrder
/** /**
* @var int Date expected for delivery * @var int Date expected for delivery
* @deprecated * @deprecated Use delivery_date instead.
*/ */
public $date_livraison; // deprecated; Use delivery_date instead. public $date_livraison;
/**
* @var int Date expected for delivery
*/
public $delivery_date; // Date expected of shipment (date starting shipment, not the reception that occurs some days after) public $delivery_date; // Date expected of shipment (date starting shipment, not the reception that occurs some days after)
/** /**