mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Removed 'SLA_services' item in metaconsole reports. TICKET: #2249
This commit is contained in:
parent
cd62f8c91f
commit
10efebee28
7
pandora_console/include/functions_reports.php
Normal file → Executable file
7
pandora_console/include/functions_reports.php
Normal file → Executable 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.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user