From 630fef0b5ae2371714eb85c13d2366cf553cade2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 May 2006 23:29:56 +0000 Subject: [PATCH] Fix: Picto statut commande --- htdocs/compta/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 6ed32e87d05..d9ddfa198f3 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -651,7 +651,7 @@ if ($_GET["propalid"] > 0) print ''.img_object($langs->trans("ShowOrder"),"order").' '.$coms[$i]->ref."\n"; print ''.dolibarr_print_date($coms[$i]->date).''; print ''.$coms[$i]->total_ttc.''; - print ''.$staticcommande->LibStatut($coms[$i]->statut,3).''; + print ''.$staticcommande->LibStatut($coms[$i]->statut,$coms[$i]->facturee,3).''; print "\n"; $total = $total + $objp->total; }