fixed error wizar sla min and max dinamic

(cherry picked from commit dbe351ad974692ff5b9e646952f956b55ade1c86)
This commit is contained in:
daniel 2016-12-21 17:30:08 +01:00
parent f55a5f4e7a
commit fc9d1d7a6e

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