Project::setClose wasn't setting the new status

This commit is contained in:
Marcos García
2012-08-18 05:57:25 +02:00
committed by Regis Houssin
parent 173ff4f92a
commit 2bd7dc68d3

View File

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