Fixing style errors.

This commit is contained in:
stickler-ci 2021-07-08 14:47:38 +00:00
parent 4df29292ab
commit 327481dc78

View File

@ -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
}
}