From 6dafb84257723b1444d783b1e5aed91ce0870d9d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Fri, 2 Sep 2005 16:43:23 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Champ=20non=20affich=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index d2722779287..b15bbfdb2b1 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -230,7 +230,7 @@ if ($_socid > 0) if ($conf->compta->enabled) { print '<tr>'; - print '<td nowrap>'.$langs->trans("CustomerAccountancyCode").'</td><td colspan="3">'.$societe->code_compta.'</td>'; + print '<td nowrap>'.$langs->trans("CustomerAccountancyCode").'</td><td colspan="3">'.$objsoc->code_compta.'</td>'; print '</tr>'; } -- GitLab