From 3afd3597a01b708990a51989c2eee11e244e5d1f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 20 Jul 2004 14:19:41 +0000 Subject: [PATCH] Ajout commentaires --- htdocs/propal.class.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index c1d027c317c..d2d53c0d4b1 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -326,7 +326,7 @@ class Propal } } /* - * + * Lit les informations * * */ @@ -487,8 +487,8 @@ class Propal } } } - /* - * + /** + * Définit une remise globale sur la proposition * * */ @@ -496,7 +496,6 @@ class Propal { if ($user->rights->propale->creer) { - $remise = ereg_replace(",",".",$remise); $sql = "UPDATE ".MAIN_DB_PREFIX."propal SET remise_percent = ".$remise;