diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index e704058f9b8..77eedcd3e34 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -515,8 +515,7 @@ if ($search_status <> '') { } - if ($search_status == -4) // "validate and in progress" - { + if ($search_status == -4) { // "validate and in progress" $sql .= ' AND (c.fk_statut IN (1,2))'; // validated, in process } }