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

Trad: Traduction "SIREN" selon langue utilisateur + pays de la société et non...

Trad: Traduction "SIREN" selon langue utilisateur + pays de la société et non seulement de la langue.
parent bd59d0c7
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ if ($socid > 0)
print '<tr><td>'.$langs->trans("Phone").'</td><td>'.$societe->tel.'&nbsp;</td><td>Fax</td><td>'.$societe->fax.'&nbsp;</td></tr>';
print '<tr><td nowrap>'.$langs->trans("ProfIdSiren").'</td><td><a href="http://www.societe.com/cgi-bin/recherche?rncs='.$societe->siren.'">'.$societe->siren.'</a>&nbsp;</td>';
print '<tr><td nowrap>'.$langs->transcountry("ProfId1",$societe->pays_code).'</td><td><a href="http://www.societe.com/cgi-bin/recherche?rncs='.$societe->siren.'">'.$societe->siren.'</a>&nbsp;</td>';
print '<td>'.$langs->trans("Prefix").'</td><td>';
if ($societe->prefix_comm)
{
......
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