Error fixed in call function that returned empty the sla services list. Ticket #2546
This commit is contained in:
parent
5fb954004c
commit
5bb4158ca8
|
@ -1344,7 +1344,7 @@ function print_SLA_list($width, $action, $idItem = null) {
|
||||||
global $meta;
|
global $meta;
|
||||||
|
|
||||||
$report_item_type = db_get_value(
|
$report_item_type = db_get_value(
|
||||||
oracle_encapsule_fields_with_same_name_to_instructions('type'),
|
db_escape_key_identifier('type'),
|
||||||
'treport_content', 'id_rc', $idItem);
|
'treport_content', 'id_rc', $idItem);
|
||||||
?>
|
?>
|
||||||
<table class="databox data" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
<table class="databox data" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||||
|
|
Loading…
Reference in New Issue