diff --git a/htdocs/commande/customer.php b/htdocs/commande/customer.php index 2f7e1831457..ff9cb2c37fb 100644 --- a/htdocs/commande/customer.php +++ b/htdocs/commande/customer.php @@ -173,8 +173,8 @@ if ($resql) print $result; 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( @@ -290,7 +290,7 @@ if ($mode == 'supplier') } print ' |
| '.$langs->trans("Year").' | '; +print ' |
| '.$langs->trans("Year").' | '; if (! in_array($year,$arrayyears)) $arrayyears[$year]=$year; if (! in_array($nowyear,$arrayyears)) $arrayyears[$nowyear]=$nowyear; arsort($arrayyears); |