Fixed problems with menu. Internal Ticket: #3912

This commit is contained in:
m-lopez-f 2016-08-29 13:25:00 +02:00
parent 5acdabe5f2
commit fc4874fbd0
1 changed files with 2 additions and 1 deletions

View File

@ -99,8 +99,9 @@ if (check_acl ($config['id_user'], 0, "PM")) {
}
if (check_acl ($config['id_user'], 0, "AW")) {
enterprise_hook ('policies_menu');
enterprise_hook('agents_submenu');
}
enterprise_hook('agents_submenu');
if (check_acl ($config['id_user'], 0, "AW")) {
$sub["gmassive"]["text"] = __('Bulk operations');
$sub["gmassive"]["id"] = 'Bulk operations';