From 327481dc78931f171f5735d2b84a5445628eaa16 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 8 Jul 2021 14:47:38 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/commande/list.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }