From cdc282167d7472970430818376b5c41d0e708438 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 11 Dec 2007 20:15:43 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20%=20non=20affich=E9?= 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 1d0a38573a6..1652a39a11c 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2494,7 +2494,7 @@ else print ''; print ''; if(! $soc->tva_assuj) - print '0'; + print '0%'; else print $html->select_tva('tva_tx',$objp->tva_taux,$mysoc,$soc); print '';