move code

This commit is contained in:
lanzongjun
2022-07-26 14:56:50 +08:00
parent 36dd0b9ad5
commit e6eff527d2
2 changed files with 1 additions and 69 deletions
-1
View File
@@ -536,7 +536,6 @@ 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('project', 'create');
}