From 8faca796df7da754bf51e5a6abce63bec8e2bd36 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 6 Feb 2006 13:50:29 +0000 Subject: [PATCH] Modif limite --- htdocs/telephonie/client/new.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 !"; } } }