fixed error wizar sla min and max dinamic

(cherry picked from commit dbe351ad97)
This commit is contained in:
daniel 2016-12-21 17:30:08 +01:00
parent f55a5f4e7a
commit fc9d1d7a6e
1 changed files with 2 additions and 1 deletions

View File

@ -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';
}