This commit is contained in:
lanzongjun
2022-07-20 18:06:34 +08:00
parent 658eedc2d5
commit e5c2184bab
5 changed files with 76 additions and 25 deletions
+2 -1
View File
@@ -536,8 +536,9 @@ class project extends control
$this->view->URSRPairs = $this->loadModel('custom')->getURSRPairs();
$this->view->availableBudget = $this->program->getBudgetLeft($parentProgram);
$this->view->budgetUnitList = $this->project->getBudgetUnitList();
$this->view->copyType = isset($output['copytype']) ? $output['copytype'] : 0;
$this->display();
$this->display('project', 'create');
}
/**