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

Trad: Traduction du code client

parent be2f93bd
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ if ($result)
print_liste_field_titre($langs->trans("Company"),"clients.php","s.nom","","",'valign="center"',$sortfield);
print_liste_field_titre($langs->trans("Code compta"),"clients.php","s.code_compta","","",'align="left"',$sortfield);
print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville","","",'valign="center"',$sortfield);
print_liste_field_titre($langs->trans("Code client"),"clients.php","s.code_client","","",'align="center"',$sortfield);
print_liste_field_titre($langs->trans("CustomerCode"),"clients.php","s.code_client","","",'align="center"',$sortfield);
print "<td>&nbsp;</td></tr>\n";
......
......@@ -233,7 +233,7 @@ if ($socid > 0)
print "</td></tr>";
print '<tr><td>Code compta</td><td>'.$societe->code_compta.'</td>';
print "<td>Code client</td><td>";
print '<td>'.$langs->trans("CustomerCode").'</td><td>';
print $societe->code_client;
print "</td></tr>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment