Removed 'SLA_services' item in metaconsole reports. TICKET: #2249

This commit is contained in:
mdtrooper 2015-05-22 17:51:43 +02:00
parent cd62f8c91f
commit 10efebee28
1 changed files with 5 additions and 2 deletions

7
pandora_console/include/functions_reports.php Normal file → Executable file
View File

@ -536,8 +536,11 @@ function reports_get_report_types ($template = false, $not_editor = false) {
if (!$template && $config['enterprise_installed']) {
$types['SLA_monthly'] = array('optgroup' => __('SLA'),
'name' => __('Monthly S.L.A.'));
$types['SLA_services'] = array('optgroup' => __('SLA'),
'name' => __('Services S.L.A.'));
if (!$config['metaconsole']) {
$types['SLA_services'] = array('optgroup' => __('SLA'),
'name' => __('Services S.L.A.'));
}
}