Correction: le montant modifi n'est plus tronqu s'il contient des espaces (sparateur miliers)

This commit is contained in:
dutoit 2003-10-28 11:09:51 +00:00
parent 064530465c
commit a8a8ff1e1a

View File

@ -59,6 +59,7 @@ if ($action == 'update')
if ($result)
{
$var=True;
$amount = str_replace(' ','',$_POST['amount']);
$num = $db->num_rows();
$objp = $db->fetch_object( 0);
if ($objp->rappro)