Skip to content
Snippets Groups Projects
Commit add63c73 authored by Regis Houssin's avatar Regis Houssin
Browse files

Merge pull request #321 from marcosgdf/minor

Project::setClose wasn't setting the new status
parents e7b63faa 4842da56
No related branches found
No related tags found
No related merge requests found
...@@ -602,6 +602,7 @@ class Project extends CommonObject ...@@ -602,6 +602,7 @@ class Project extends CommonObject
if (!$error) if (!$error)
{ {
$this->statut = 2;
$this->db->commit(); $this->db->commit();
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment