Fix missing constant

This commit is contained in:
Laurent Destailleur 2019-02-12 19:44:12 +01:00
parent 1f9f335e44
commit 6a8504e1f8

View File

@ -91,6 +91,11 @@ class Don extends CommonObject
public $labelstatut;
public $labelstatutshort;
/**
* Draft
*/
const STATUS_DRAFT = 0;
/**
* Constructor