Update deplacement.class.php

This commit is contained in:
Frédéric FRANCE 2019-12-08 22:46:22 +01:00 committed by GitHub
parent 3db84df60e
commit c05ba624ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,21 @@ class Deplacement extends CommonObject
public $statuts=array();
public $statuts_short=array();
/**
* Draft status
*/
const STATUS_DRAFT = 0;
/**
* Validated status
*/
const STATUS_VALIDATED = 1;
/**
* Refunded status
*/
const STATUS_REFUNDED = 2;
/**
* Constructor
*