diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php index 578f08b7af3..6fc778fb064 100644 --- a/htdocs/commande/stats/index.php +++ b/htdocs/commande/stats/index.php @@ -263,16 +263,16 @@ print ''; print '
| '.$langs->trans("Filter").' | |
| '.$langs->trans("ThirdParty").' | '; +print ' |
| '.$langs->trans("ThirdParty").' | '; if ($mode == 'customer') $filter='s.client in (1,2,3)'; if ($mode == 'supplier') $filter='s.fournisseur = 1'; print $form->select_company($socid,'socid',$filter,1,0,0,array(),0,'','style="width: 95%"'); print ' |
| '.$langs->trans("CreatedBy").' | '; +print ' |
| '.$langs->trans("CreatedBy").' | '; print $form->select_dolusers($userid, 'userid', 1, '', 0, '', '', 0, 0, 0, '', 0, '', 'maxwidth300'); // Status -print ' |
| '.$langs->trans("Status").' | '; +print ' |
| '.$langs->trans("Status").' | '; if ($mode == 'customer') { $liststatus=array( |