Project::setClose wasn't setting the new status
This commit is contained in:
parent
24c89ddc12
commit
4842da5679
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user