diff --git a/htdocs/telephonie/client/new.php b/htdocs/telephonie/client/new.php index 1d1fef8b0ec..a426b1cb7a0 100644 --- a/htdocs/telephonie/client/new.php +++ b/htdocs/telephonie/client/new.php @@ -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 !"; } } }