Project::setClose wasn't setting the new status

This commit is contained in:
Marcos García 2012-08-18 05:57:25 +02:00
parent 24c89ddc12
commit 4842da5679

View File

@ -602,6 +602,7 @@ class Project extends CommonObject
if (!$error)
{
$this->statut = 2;
$this->db->commit();
return 1;
}