From a728ad06fc02bbd36d3e79bae994f1abb02b99a1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Mar 2006 23:28:22 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Info=20assujeti=20tva=20mal=20renseign?= =?UTF-8?q?=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index e2add497cf5..54147778c1a 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -254,7 +254,7 @@ if ($socid > 0) // Assujeti à TVA ou pas print ''; print ''.$langs->trans('VATIsUsed').''; - print yn($objsoc->tva_assuj); + print yn($societe->tva_assuj); print ''; print '';