develop_dict
This commit is contained in:
Regis Houssin
2017-07-16 07:51:20 +02:00
258 changed files with 7057 additions and 3412 deletions

View File

@@ -65,9 +65,8 @@ class Commande extends CommonOrder
public $contactid;
/**
* Status of the order. Check the following constants:
* Status of the order
* @var int
* @see Commande::STATUS_CANCELED, Commande::STATUS_DRAFT, Commande::STATUS_ACCEPTED, Commande::STATUS_CLOSED
*/
public $statut;
/**