Fix warning

This commit is contained in:
Laurent Destailleur 2022-12-28 02:43:33 +01:00
parent d296c1b97b
commit 914f6108d5

View File

@ -289,7 +289,6 @@ if (empty($reshook) && $action == 'add') {
$proj->ref = $defaultref;
$proj->statut = $proj::STATUS_DRAFT;
$proj->status = $proj::STATUS_DRAFT;
$proj->email = GETPOST("email");
$proj->public = 1;
$proj->usage_opportunity = 1;
$proj->title = $langs->trans("LeadFromPublicForm");