* Adjust menu logic.
This commit is contained in:
@@ -834,4 +834,10 @@ class programModel extends model
|
||||
|
||||
return $budgetUnitList;
|
||||
}
|
||||
|
||||
public function setMenu($programID)
|
||||
{
|
||||
$this->lang->switcherMenu = $this->getSwitcher($programID);
|
||||
common::setMenuVars('program', $programID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user