diff --git a/module/project/zen.php b/module/project/zen.php index 414a8478e4..dc54beeaa7 100755 --- a/module/project/zen.php +++ b/module/project/zen.php @@ -484,6 +484,12 @@ class projectZen extends project $this->view->programID = $programID; $this->view->disableParent = $disableParent; $this->view->groups = $this->loadModel('group')->getPairs(); + + if(in_array($this->config->edition, array('max', 'ipd')) && $this->project->checkUploadedDeliverable($project)) + { + $this->view->disableModel = true; + } + $this->display(); }