mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Project::setClose wasn't setting the new status
This commit is contained in:
committed by
Regis Houssin
parent
173ff4f92a
commit
2bd7dc68d3
@@ -604,6 +604,7 @@ class Project extends CommonObject
|
||||
|
||||
if (!$error)
|
||||
{
|
||||
$this->statut = 2;
|
||||
$this->db->commit();
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user