Merge pull request #5398 from atm-geoffrey/fix_project_clone_extrafields

FIX extrafields cloned on project clone
This commit is contained in:
Laurent Destailleur 2016-06-24 21:53:02 +02:00 committed by GitHub
commit aa1207d77a

View File

@ -1121,6 +1121,7 @@ class Project extends CommonObject
// Load source object
$clone_project->fetch($fromid);
$clone_project->fetch_optionals();
$clone_project->fetch_thirdparty();
$orign_dt_start=$clone_project->date_start;