Merge branch 'ent-11645-mensaje-de-error-en-sla-items-erroneo' into 'develop'

Ent 11645 mensaje de error en sla items erroneo

See merge request artica/pandorafms!6179
This commit is contained in:
Rafael Ameijeiras 2023-08-03 07:04:39 +00:00
commit 8f04fbec4d
1 changed files with 2 additions and 2 deletions

View File

@ -3883,7 +3883,7 @@ if ($resultOperationDB !== null) {
break;
case 'SLA':
$err .= 'You must enter some character in SLA limit field';
$err .= 'No changes found.';
default:
$err .= '';
break;
@ -3892,7 +3892,7 @@ if ($resultOperationDB !== null) {
ui_print_result_message(
$resultOperationDB,
__('Successfull action'),
__('Unsuccessful action<br><br>'.$err)
__($err)
);
}