From b1680ee1ecb9c4560f2e1722f3f6d02183270ae5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 17 Mar 2006 12:45:11 +0000 Subject: [PATCH] bugfix --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; }