diff --git a/module/execution/model.php b/module/execution/model.php old mode 100644 new mode 100755 index dfebc4e9be..1c3810d128 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -1635,7 +1635,7 @@ class executionModel extends model ->beginIF($limit)->limit($limit)->fi() ->fetchAll('id'); - if(isset($project->model) and $project->model == 'waterfall') + if(isset($project->model) and $project->model == 'waterfall' and $project->division) { $executionList = array(); $executionProducts = $this->dao->select('t1.project,t1.product')->from(TABLE_PROJECTPRODUCT)->alias('t1')