Skip to content
Snippets Groups Projects
Commit aa1207d7 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #5398 from atm-geoffrey/fix_project_clone_extrafields

FIX extrafields cloned on project clone
parents 1368e6d4 0a5ded20
No related branches found
No related tags found
No related merge requests found
...@@ -1121,6 +1121,7 @@ class Project extends CommonObject ...@@ -1121,6 +1121,7 @@ class Project extends CommonObject
// Load source object // Load source object
$clone_project->fetch($fromid); $clone_project->fetch($fromid);
$clone_project->fetch_optionals();
$clone_project->fetch_thirdparty(); $clone_project->fetch_thirdparty();
$orign_dt_start=$clone_project->date_start; $orign_dt_start=$clone_project->date_start;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment