Affichage du code compta et du code client dans la fiche

This commit is contained in:
Rodolphe Quiedeville 2004-12-07 14:09:26 +00:00
parent 79c089bfbe
commit cb2c5138f1

View File

@ -231,6 +231,12 @@ if ($socid > 0)
}
print "</td></tr>";
print '<tr><td>Code compta</td><td>'.$societe->code_compta.'</td>';
print "<td>Code client</td><td>";
print $societe->code_client;
print "</td></tr>";
print "</table>";
print "<br>";