Affichage du code compta et du code client dans la fiche
This commit is contained in:
parent
79c089bfbe
commit
cb2c5138f1
@ -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>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user