Trad: Traduction "SIREN" selon langue utilisateur + pays de la socit et non seulement de la langue.
This commit is contained in:
parent
bd59d0c7c2
commit
c795ce7c05
@ -131,7 +131,7 @@ if ($socid > 0)
|
||||
|
||||
print '<tr><td>'.$langs->trans("Phone").'</td><td>'.$societe->tel.' </td><td>Fax</td><td>'.$societe->fax.' </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> </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> </td>';
|
||||
print '<td>'.$langs->trans("Prefix").'</td><td>';
|
||||
if ($societe->prefix_comm)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user