fixed error wizar sla min and max dinamic

This commit is contained in:
daniel 2016-12-21 17:30:08 +01:00
parent fecf34d6fe
commit dbe351ad97
1 changed files with 2 additions and 1 deletions

View File

@ -1990,13 +1990,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';
}