diff --git a/module/program/model.php b/module/program/model.php index 5911c2cea0..e7a0d3a81c 100644 --- a/module/program/model.php +++ b/module/program/model.php @@ -184,7 +184,6 @@ class programModel extends model ->on('t1.project = t2.id') ->where('t2.deleted')->eq(0) ->andWhere('t1.product')->in($productPairs) - ->andWhere('t2.status')->eq('doing') ->andWhere('t2.type')->eq('project') ->beginIF(!$this->app->user->admin)->andWhere('t2.id')->in($this->app->user->view->projects)->fi() ->fetchGroup('product');