From 17ed172345c90eb5ea26b7fc01417b4a7910fd00 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 14 Jun 2006 08:53:17 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20la=20commande=20fournisseur=20n'a=20pas?= =?UTF-8?q?=20de=20statut=20factur=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/commande/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 3008cb04e16..8d5e51dccc2 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -156,7 +156,7 @@ if ($resql) print ''; // Statut - print ''.$commandestatic->LibStatut($obj->fk_statut,5).''; + print ''.$commandestatic->LibStatut($obj->fk_statut, '', 5).''; print "\n"; $i++;