This commit is contained in:
Paula Quispe
2017-03-27 13:36:26 -04:00
parent bf56da719b
commit b5a6a48d80
4 changed files with 10 additions and 3 deletions

View File

@@ -280,9 +280,11 @@ if ($RBAC->userCanAccess('PM_SETUP') == 1) {
if ($RBAC->userCanAccess('PM_SETUP_CASES_LIST_CACHE_BUILDER') == 1) {
$G_TMP_MENU->AddIdRawOption(
'PMENTERPRISE', '../enterprise/addonsStore',
G::LoadTranslation('ID_MENU_NAME') .$licStatusMsg,
G::LoadTranslation('ID_MENU_NAME') . $licStatusMsg,
'', '', 'plugins'
);
}
if ($RBAC->userCanAccess('PM_SETUP_CUSTOM_CASES_LIST') == 1) {
$G_TMP_MENU->AddIdRawOption(
'CASES_LIST_SETUP', '../cases/casesListSetup',
G::LoadTranslation('ID_CUSTOM_CASES_LISTS'),