Merge branch 'ent-11515-elementos-sla-en-informes-se-pueden-crear-sin-limite' into 'develop'

Ent 11515 elementos sla en informes se pueden crear sin limite

See merge request artica/pandorafms!6072
This commit is contained in:
Matias Didier 2023-06-22 09:17:54 +00:00
commit 1bf4657efa
1 changed files with 2 additions and 2 deletions

View File

@ -4139,7 +4139,7 @@ function print_SLA_list($width, $action, $idItem=null)
</th> </th>
<th class="header sla_list_sla_limit_col" scope="col"> <th class="header sla_list_sla_limit_col" scope="col">
<?php <?php
echo __('SLA Limit (%)'); echo __('SLA Limit (%)').ui_print_help_tip(__('Enter possible range of values in SLA.'), true);
?> ?>
</th> </th>
<th class="header sla_list_action_col" scope="col"> <th class="header sla_list_action_col" scope="col">
@ -5846,7 +5846,7 @@ function addSLARow() {
if ((((idAgent != '') && (idAgent > 0)) if ((((idAgent != '') && (idAgent > 0))
&& ((idModule != '') && (idModule > 0))) && ((idModule != '') && (idModule > 0)))
|| serviceId != null) && (slaLimit != '') || serviceId != null)
{ {
if (nameAgent != '') { if (nameAgent != '') {
//Truncate nameAgent //Truncate nameAgent