Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2019-02-12 19:44:30 +01:00
commit 42bb96dc27

View File

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