fixed error wizar sla min and max dinamic
(cherry picked from commit dbe351ad97
)
This commit is contained in:
parent
f55a5f4e7a
commit
fc9d1d7a6e
|
@ -1978,13 +1978,14 @@ if ($resultOperationDB !== null) {
|
|||
|
||||
|
||||
$err = '';
|
||||
|
||||
/*
|
||||
if($_POST[sla_min]==''){
|
||||
$err.='You must enter some character in SLA min field<br>';
|
||||
}
|
||||
if($_POST[sla_max]==''){
|
||||
$err.='You must enter some character in SLA max field<br>';
|
||||
}
|
||||
*/
|
||||
if($_POST[sla_limit]==''){
|
||||
$err.='You must enter some character in SLA limit field';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue