diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php index 913a328558c..f6c2ff1847c 100644 --- a/htdocs/don/class/don.class.php +++ b/htdocs/don/class/don.class.php @@ -92,6 +92,11 @@ class Don extends CommonObject public $labelstatut; public $labelstatutshort; + /** + * Draft + */ + const STATUS_DRAFT = 0; + /** * Constructor