FIX Option to classify proposal/order in workflow module must not set

source object to billed if amount differs.
This commit is contained in:
Laurent Destailleur
2017-07-13 12:42:32 +02:00
parent 2141cfb282
commit 743de4e586
5 changed files with 94 additions and 58 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;
/**