From 89ffa85290c17d05bcf61e2b45660224c4957108 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 7 Jul 2021 06:40:12 +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 3c4cafd8a95..f8d4fdac1e2 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -514,8 +514,7 @@ if ($search_status <> '') { $sql .= ' AND ((c.fk_statut IN (1,2)) OR (c.fk_statut = 3 AND c.facture = 0))'; // validated, in process or closed but not billed } - if ($search_status == -4) // "To validate and in progress" - { + if ($search_status == -4) { // "To validate and in progress" $sql .= ' AND (c.fk_statut IN (1,2))'; // validated, in process } }