From 1a919c9f2be724d0fdf31e52b216a7d214df6e90 Mon Sep 17 00:00:00 2001 From: jpb Date: Wed, 7 Jul 2021 08:35:31 +0200 Subject: [PATCH] change comment --- htdocs/commande/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 3acae2f8180..a0053f982de 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -513,7 +513,7 @@ if ($search_status <> '') { //$sql.= ' AND c.facture = 0'; // invoice not created $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 bill + if ($search_status == -4) // "To validate and in progress" { $sql .= ' AND (c.fk_statut IN (1,2))'; // validated, in process