From aed6afc3bff0386b343537e46a59cf8978ac455e Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Mon, 16 Nov 2020 17:37:38 +0100 Subject: [PATCH] doc for delivery_date --- htdocs/commande/class/commande.class.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 6eb61c0f983..6431f9a0487 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -182,10 +182,13 @@ class Commande extends CommonOrder /** * @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) /**