Merge pull request #321 from marcosgdf/minor

Project::setClose wasn't setting the new status
This commit is contained in:
Regis Houssin 2012-08-17 22:28:39 -07:00
commit add63c7320

View File

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