diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 0b2dc5d233e..0cf203a7eee 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -586,7 +586,7 @@ if ($socidp > 0) .(!isset($objp->ref) ? $objp->id : $objp->ref) ."\n"; print ''.dolibarr_print_date($objp->dc)."\n"; print ' '; - print ''.$contratstatic->LibStatut($objp->statut)."\n"; + print ''.$contratstatic->LibStatut($objp->statut,2)."\n"; print ''; $i++; }