Project::setClose wasn't setting the new status
This commit is contained in:
parent
173ff4f92a
commit
2bd7dc68d3
@ -604,6 +604,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