* Move workestimation.

This commit is contained in:
Yagami
2021-02-25 13:11:40 +08:00
parent 2c75e1bd67
commit cd59ba3da3
16 changed files with 1 additions and 420 deletions
+1 -1
View File
@@ -1245,7 +1245,7 @@ class block extends control
*/
public function printWaterfallEstimateBlock()
{
if(isset($this->config->maxVersion)) $this->app->loadLang('durationestimation');
$this->app->loadLang('durationestimation');
$programID = $this->session->PRJ;
$members = $this->loadModel('project')->getTeamMemberPairs($programID);
$budget = $this->loadModel('workestimation')->getBudget($programID);