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);