card Modif

This commit is contained in:
MOREAU FRANCK 2021-10-25 09:44:21 +02:00
parent 74ec7c68a2
commit 3236d04ca4

View File

@ -2055,7 +2055,7 @@ class EmailCollector extends CommonObject
} else {
$this->errors = 'no joined piece';
}
}elseif ($operation['type'] == 'project') {
} elseif ($operation['type'] == 'project') {
// Create project / lead
$projecttocreate = new Project($this->db);