Fix: Champ non affich

This commit is contained in:
Laurent Destailleur 2005-09-02 16:43:23 +00:00
parent b9150c2827
commit 6dafb84257

View File

@ -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>';
}