Keep compatiblity of status key
This commit is contained in:
parent
5b6ca68760
commit
051d49732d
@ -172,6 +172,8 @@ class Commande extends CommonOrder
|
|||||||
* Shipment on process
|
* Shipment on process
|
||||||
*/
|
*/
|
||||||
const STATUS_SHIPMENTONPROCESS = 2;
|
const STATUS_SHIPMENTONPROCESS = 2;
|
||||||
|
const STATUS_ACCEPTED = 2; // For backward compatibility. Use key STATUS_SHIPMENTONPROCESS instead.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Closed (Sent, billed or not)
|
* Closed (Sent, billed or not)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user