From 9b74128ec3754df2b0627979abe85acc86c234ff Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 5 Sep 2003 21:01:50 +0000 Subject: [PATCH] Bug fix dans set_remise --- htdocs/propal.class.php3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/propal.class.php3 b/htdocs/propal.class.php3 index 783351fc90c..9c3799800bf 100644 --- a/htdocs/propal.class.php3 +++ b/htdocs/propal.class.php3 @@ -439,8 +439,7 @@ class Propal */ Function set_remise($user, $remise) { - - if ($user->rights->propale->valider) + if ($user->rights->propale->creer) { $sql = "UPDATE llx_propal SET remise_percent = ".ereg_replace(",",".",$remise);