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)