This commit is contained in:
Frédéric FRANCE 2019-11-14 19:06:14 +01:00 committed by GitHub
parent 8ef9728470
commit 67d05cae1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,15 @@ class Project extends CommonObject
public $thirdparty_name; // To store name of thirdparty (defined only in some cases)
public $user_author_id; //!< Id of project creator. Not defined if shared project.
/**
* @var int user close id
*/
public $fk_user_close;
/**
* @var int user close id
*/
public $user_close_id;
public $public; //!< Tell if this is a public or private project
public $budget_amount;