* Move workestimation.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user