* phpdoc

* phpdoc

* phpdoc

* phpdoc
This commit is contained in:
Frédéric FRANCE
2024-06-30 21:04:19 +02:00
committed by GitHub
parent 96afcaa476
commit f8a34e7489
6 changed files with 39 additions and 27 deletions

View File

@@ -190,19 +190,19 @@ class Commande extends CommonOrder
public $demand_reason_code;
/**
* @var int Date of order
* @var null|int|'' Date of order
*/
public $date;
/**
* @var int Date of order
* @var null|int|'' Date of order
* @deprecated
* @see $date
*/
public $date_commande;
/**
* @var int Date expected of shipment (date of start of shipment, not the reception that occurs some days after)
* @var null|int|'' Date expected of shipment (date of start of shipment, not the reception that occurs some days after)
*/
public $delivery_date;
@@ -363,7 +363,12 @@ class Commande extends CommonOrder
* Shipment on process
*/
const STATUS_SHIPMENTONPROCESS = 2; // We set this status when a shipment is validated
const STATUS_ACCEPTED = 2; // For backward compatibility. Use key STATUS_SHIPMENTONPROCESS instead.
/**
* For backward compatibility. Use key STATUS_SHIPMENTONPROCESS instead.
* @deprecated
*/
const STATUS_ACCEPTED = 2;
/**
* Closed (Sent, billed or not)