* Show the source of the projects being copied.

This commit is contained in:
leiyong
2020-11-19 16:20:32 +08:00
parent c5f8e7b2e4
commit 3617c47256
8 changed files with 21 additions and 5 deletions
+1 -1
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->copyProjects = $this->program->getPRJPairsByModel($model, $programID);
$this->view->copyProjects = array('' => '') + $this->program->getPRJPairsByModel($model, $programID);
$this->view->products = $products;
$this->view->allProducts = array('0' => '') + $allProducts;
$this->view->productPlans = array('0' => '') + $productPlans;