Merge pull request #321 from marcosgdf/minor
Project::setClose wasn't setting the new status
This commit is contained in:
commit
add63c7320
@ -602,6 +602,7 @@ class Project extends CommonObject
|
||||
|
||||
if (!$error)
|
||||
{
|
||||
$this->statut = 2;
|
||||
$this->db->commit();
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user