Update deplacement.class.php
This commit is contained in:
parent
3db84df60e
commit
c05ba624ce
@ -101,6 +101,21 @@ class Deplacement extends CommonObject
|
|||||||
public $statuts=array();
|
public $statuts=array();
|
||||||
public $statuts_short=array();
|
public $statuts_short=array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Draft status
|
||||||
|
*/
|
||||||
|
const STATUS_DRAFT = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Validated status
|
||||||
|
*/
|
||||||
|
const STATUS_VALIDATED = 1;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Refunded status
|
||||||
|
*/
|
||||||
|
const STATUS_REFUNDED = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user