Modif limite

This commit is contained in:
Rodolphe Quiedeville 2006-02-06 13:50:29 +00:00
parent 7ac7e8cd6f
commit 8faca796df

View File

@ -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 !";
}
}
}