diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 6435b02bd43..6d8dc1d22df 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -61,6 +61,7 @@ if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both $search_ref_exp=''; $search_ref_liv=''; $search_company=''; + $viewstatut=''; } /* @@ -159,7 +160,9 @@ if ($resql) print ' '; } // Status - print ''; + print ''; + print $form->selectarray('viewstatut', array('0'=>$langs->trans('StatusSendingDraftShort'),'1'=>$langs->trans('StatusSendingValidatedShort'),'2'=>$langs->trans('StatusSendingProcessedShort')),$viewstatut,1); + print ''; // Search print ''; print '';