diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index 1f5c1e27e2f..97a214e2b58 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -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 " \n"; diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 0790de8161d..58438ff5f0d 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -233,7 +233,7 @@ if ($socid > 0) print ""; print 'Code compta'.$societe->code_compta.''; - print "Code client"; + print ''.$langs->trans("CustomerCode").''; print $societe->code_client; print "";