* Modify replicable projects.

This commit is contained in:
leiyong
2020-11-19 15:48:32 +08:00
parent 7c8ec20264
commit def7c10ea5
9 changed files with 15 additions and 8 deletions

View File

@@ -747,7 +747,7 @@ class program extends control
$this->view->pmUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst');
$this->view->users = $this->user->getPairs('noclosed|nodeleted');
$this->view->programs = array('' => '') + $this->program->getPRJPairsByModel($model, $programID);
$this->view->copyProjects = $this->program->getPRJPairsByModel($model, $programID);
$this->view->products = $products;
$this->view->allProducts = array('0' => '') + $allProducts;
$this->view->productPlans = array('0' => '') + $productPlans;