fix: Bad date creation for project clone

This commit is contained in:
Juanjo Menent 2021-09-10 11:44:58 +02:00
parent 77247ec43a
commit 1eb4975a76

View File

@ -1448,7 +1448,7 @@ class Project extends CommonObject
}
}
$clone_project->datec = $now;
$clone_project->date_c = $now;
if (!$clone_note)
{