mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
fixed error wizar sla min and max dinamic
(cherry picked from commit dbe351ad974692ff5b9e646952f956b55ade1c86)
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…
x
Reference in New Issue
Block a user