diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 17d9b406896..df83d98f609 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -232,13 +232,6 @@ if ($socidp > 0)
print '
'.$langs->trans('Fax').' | '.dolibarr_print_phone($objsoc->fax,$objsoc->pays_code).' | ';
print '| '.$langs->trans("Web")." | url\" target=\"_blank\">".$objsoc->url." |
";
- if ($objsoc->siren || $objsoc->siret) {
- print "| ".$langs->transcountry("ProfId1",$objsoc->pays_code)." | siren."\" target=\"_blank\">".$objsoc->siren." | ";
- print ''.$langs->transcountry('ProfId2',$objsoc->pays_code).' | '.$objsoc->siret.' |
';
- }
- if ($objsoc->ape) {
- print '| '.$langs->transcountry('ProfId3',$objsoc->pays_code).' | '.$objsoc->ape.' | |
';
- }
// Assujeti à TVA ou pas
print '';