Modif limite
This commit is contained in:
parent
7ac7e8cd6f
commit
8faca796df
@ -242,11 +242,11 @@ if ($_POST["action"] == 'add')
|
||||
$verif = "nok";
|
||||
$mesg .= "Tarif Mobile Invalide : $temporel > 0.40 !";
|
||||
}
|
||||
if ($temporel < 0.16 )
|
||||
if ($temporel < 0.14 )
|
||||
{
|
||||
$error = 1034;
|
||||
$verif = "nok";
|
||||
$mesg .= "Tarif Mobile Invalide : $temporel < 0.16 !";
|
||||
$mesg .= "Tarif Mobile Invalide : $temporel < 0.14 !";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user