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; }