mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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;
|
||||
|
||||
$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);
|
||||
?>
|
||||
<table class="databox data" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user