From a8a8ff1e1a299851c56b213072a08568535594a0 Mon Sep 17 00:00:00 2001 From: dutoit Date: Tue, 28 Oct 2003 11:09:51 +0000 Subject: [PATCH] =?UTF-8?q?Correction:=20le=20montant=20modifi=E9=20n'est?= =?UTF-8?q?=20plus=20tronqu=E9=20=20s'il=20contient=20des=20espaces=20(s?= =?UTF-8?q?=E9parateur=20miliers)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/ligne.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 72fec5ddd5e..25d7966018f 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -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)