Removed 'SLA_services' item in metaconsole reports. TICKET: #2249
This commit is contained in:
parent
cd62f8c91f
commit
10efebee28
|
@ -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.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue