Ajout commentaires
This commit is contained in:
parent
260cca2022
commit
3afd3597a0
@ -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)
|
if ($user->rights->propale->creer)
|
||||||
{
|
{
|
||||||
|
|
||||||
$remise = ereg_replace(",",".",$remise);
|
$remise = ereg_replace(",",".",$remise);
|
||||||
|
|
||||||
$sql = "UPDATE ".MAIN_DB_PREFIX."propal SET remise_percent = ".$remise;
|
$sql = "UPDATE ".MAIN_DB_PREFIX."propal SET remise_percent = ".$remise;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user