From cbd8a524eed334f24ad9ea949dee98c5ef9f23cd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Jul 2005 21:46:38 +0000 Subject: [PATCH] On affiche le statut court des factures sur les listes de factures. --- htdocs/product/stats/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php index 268d2607ed9..dc69d81f57f 100644 --- a/htdocs/product/stats/facture.php +++ b/htdocs/product/stats/facture.php @@ -202,7 +202,7 @@ if ($_GET["id"]) print dolibarr_print_date($objp->df).""; print "".price($objp->amount)."\n"; $fac=new Facture($db); - print ''.$fac->LibStatut($objp->paye,$objp->statut).''; + print ''.$fac->LibStatut($objp->paye,$objp->statut,1).''; print "\n"; $i++; }