Fixes for the Oracl€.
This commit is contained in:
parent
e4703a6f86
commit
0297e38361
|
@ -1235,8 +1235,9 @@ function print_SLA_list($width, $action, $idItem = null) {
|
|||
global $config;
|
||||
global $meta;
|
||||
|
||||
$report_item_type = db_get_value('type', 'treport_content', 'id_rc',
|
||||
$idItem);
|
||||
$report_item_type = db_get_value(
|
||||
oracle_encapsule_fields_with_same_name_to_instructions('type'),
|
||||
'treport_content', 'id_rc', $idItem);
|
||||
?>
|
||||
<table class="databox" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="100%">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue