Skip to content

Commit

Permalink
Merge pull request #12443 from frederic34/patch-8
Browse files Browse the repository at this point in the history
doxygen
  • Loading branch information
eldy committed Nov 15, 2019
2 parents 81aed6a + 67d05ca commit f8d5456
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions htdocs/projet/class/project.class.php
Expand Up @@ -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;
Expand Down

0 comments on commit f8d5456

Please sign in to comment.