diff --git a/htdocs/contrat/ligne.php b/htdocs/contrat/ligne.php
index cb3fb0128fc..cd513824d0a 100644
--- a/htdocs/contrat/ligne.php
+++ b/htdocs/contrat/ligne.php
@@ -261,7 +261,7 @@ if ($id > 0)
}
else
{
- print '
| '.stripslashes(nl2br($objp->description))." | \n";
+ print ''.stripslashes(nl2br($objp->description))." | \n";
}
print ''.$objp->tva_tx.'% | ';
@@ -280,14 +280,8 @@ if ($id > 0)
print ' | | ';
- if ($objp->fk_product > 0)
- {
- print ' | ';
- }
- else
- {
- print ' | ';
- }
+ // Statut
+ print ''.img_statut($objp->statut,$langs->trans("ServiceStatusInitial")).' | ';
print "\n";