From b9a8a6e43452996e5220d518f5f01334722fe917 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 17 Jul 2006 14:49:46 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20on=20ne=20pouvait=20plus=20modifier=20la?= =?UTF-8?q?=20remise=20sur=20une=20ligne=20ou=20elle=20=E9tait=20perdu=20l?= =?UTF-8?q?ors=20d'une=20=E9dition=20de=20la=20ligne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index c135b25c1a5..91da6410ee4 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1875,7 +1875,7 @@ else else print ' '; print ''; print ''; - if (($objp->info_bits & 2) != 0) + if (($objp->info_bits & 2) != 2) { print '%'; }