diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 192f1816c02..9769fe903e2 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -673,6 +673,16 @@ abstract class CommonObject */ public $nb = array(); + /** + * @var array array of status string + */ + public $statuts = array(); + + /** + * @var array array of short status string + */ + public $statuts_short = array(); + /** * @var string output */