diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 9033a9a5c65..7b2e688f114 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -170,7 +170,7 @@ print '
| '.$langs->trans("OrdersInProcess").' | '.$langs->trans("OrdersInProcess").' | '; $var = True; while ($i < $num) { @@ -206,12 +206,19 @@ if ( $resql ) $companystatic->nom=$obj->nom; $companystatic->id=$obj->socid; print $companystatic->getNomUrl(1,'customer'); - print ''; + print ''; + print ''; + $orderstatic->statut=$obj->status; + $orderstatic->facturee=$obj->billed; + print $orderstatic->getLibStatut(3); + print ' | '; + print ''; $i++; } print "