Bug fix dans set_remise
This commit is contained in:
parent
8011f51cb6
commit
9b74128ec3
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user