diff --git a/htdocs/compta/recap-client.php b/htdocs/compta/recap-client.php
index 959848f3831..8bbdee76fd5 100644
--- a/htdocs/compta/recap-client.php
+++ b/htdocs/compta/recap-client.php
@@ -131,7 +131,7 @@ if ($socid > 0)
print '
| '.$langs->trans("Phone").' | '.$societe->tel.' | Fax | '.$societe->fax.' |
';
- print '| '.$langs->trans("ProfIdSiren").' | '.$societe->siren.' | ';
+ print '
| '.$langs->transcountry("ProfId1",$societe->pays_code).' | '.$societe->siren.' | ';
print ''.$langs->trans("Prefix").' | ';
if ($societe->prefix_comm)
{
|