diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index f4a71e10545..6666e914c27 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -838,7 +838,7 @@ if ($resql) {
$formproduct = new FormProduct($db);
$moreforfilter .= '
';
$tmptitle = $langs->trans('Warehouse');
- $moreforfilter .= img_picto($tmptitle, 'warehouse', 'class="pictofixedwidth"').$formproduct->selectWarehouses($search_warehouse, 'search_warehouse', '', 0, 0, 0, $tmptitle);
+ $moreforfilter .= img_picto($tmptitle, 'warehouse', 'class="pictofixedwidth"').$formproduct->selectWarehouses($search_warehouse, 'search_warehouse', '', 1, 0, 0, $tmptitle);
$moreforfilter .= '
';
}
$parameters = array();