From 2bd7dc68d327aa0c3108dc874bbb57a73e01a2bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Sat, 18 Aug 2012 05:57:25 +0200 Subject: [PATCH] Project::setClose wasn't setting the new status --- htdocs/projet/class/project.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php index 9e47dd845ea..fc3f7010454 100644 --- a/htdocs/projet/class/project.class.php +++ b/htdocs/projet/class/project.class.php @@ -604,6 +604,7 @@ class Project extends CommonObject if (!$error) { + $this->statut = 2; $this->db->commit(); return 1; }