diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php old mode 100644 new mode 100755 index d06899952f..5b54f46db2 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -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.')); + } }