diff --git a/module/execution/model.php b/module/execution/model.php index f51455c324..0f0bfbb56b 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -5029,6 +5029,7 @@ class executionModel extends model $_POST['PM'] = ''; $_POST['RD'] = ''; $_POST['multiple'] = '0'; + $_POST['hasProduct'] = $project->hasProduct; $executionID = $this->create(); if($project->model == 'kanban')