Skip to content
Snippets Groups Projects
Commit 6dafb842 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Champ non affich

parent b9150c28
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ if ($_socid > 0) ...@@ -230,7 +230,7 @@ if ($_socid > 0)
if ($conf->compta->enabled) if ($conf->compta->enabled)
{ {
print '<tr>'; 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>'; print '</tr>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment