From c489a1f62564b47b7dd7d1856fee0c098f1c2895 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 May 2006 13:03:18 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Info=20assuj=E9ti=20TVA=20mal=20renseign?= =?UTF-8?q?=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index b2b05fd9e37..a3c32278faf 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -115,7 +115,7 @@ if ( $societe->fetch($socid) ) // Assujeti à TVA ou pas print ''; print ''.$langs->trans('VATIsUsed').''; - print yn($objsoc->tva_assuj); + print yn($societe->tva_assuj); print ''; print '';