This commit is contained in:
Dante
2015-04-28 11:49:58 -04:00
parent 0eac01f44d
commit ca215a7332
3 changed files with 10 additions and 9 deletions

View File

@@ -210,6 +210,7 @@ class StrategicDashboard extends Controller
$translation['ID_OVERDUE'] = G::LoadTranslation( 'ID_OVERDUE');
$translation['ID_AT_RISK'] = G::LoadTranslation( 'ID_AT_RISK');
$translation['ID_ON_TIME'] = G::LoadTranslation( 'ID_ON_TIME');
$this->setVar('translation', $translation);
$this->render();
} catch (Exception $error) {