From 9851588f546c7a36a5273a6fbd8402ad396e001c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 11 Dec 2007 20:15:07 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index f111148090b..1d0a38573a6 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2577,8 +2577,8 @@ else } print ''; print ''; - if($soc->tva_assuj == "0") - print '0'; + if (! $soc->tva_assuj) + print '0%'; else $html->select_tva('tva_tx',$conf->defaulttx,$mysoc,$soc); print '';