diff --git a/htdocs/telephonie/ligne/history.php b/htdocs/telephonie/ligne/history.php
index ab53448602a..47200a24035 100644
--- a/htdocs/telephonie/ligne/history.php
+++ b/htdocs/telephonie/ligne/history.php
@@ -188,8 +188,7 @@ llxHeader("","","Historique Ligne");
print '
'.$row[5];
}
- print '
';
- print $ff[$row[6]];
+ print ' | ('.$row[6].') '.$ff[$row[6]];
print ' | '.$row[4] . " " . $row[3] . " | ";
$i++;
}
@@ -230,7 +229,7 @@ llxHeader("","","Historique Ligne");
$var=!$var;
print "";
- print '| '.$obj->fk_fournisseur." ".$obj->mode." | \n";
+ print '('.$obj->fk_fournisseur.") ".$obj->mode." | \n";
print ''.$obj->situation." | \n";
print ''.$obj->date_mise_service." | \n";
print ''.$obj->date_resiliation." | \n";