Skip to content
Snippets Groups Projects
Commit 4842da56 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Project::setClose wasn't setting the new status

parent 24c89ddc
Branches
Tags
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