From 1691fcedfb7ebff32867a52fb55ce6b1002f9fc8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Oct 2020 20:13:30 +0200 Subject: [PATCH] Fix phpcs --- htdocs/compta/stats/cabyprodserv.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/compta/stats/cabyprodserv.php b/htdocs/compta/stats/cabyprodserv.php index a4ae7c8005a..bb4ddc7c5d0 100644 --- a/htdocs/compta/stats/cabyprodserv.php +++ b/htdocs/compta/stats/cabyprodserv.php @@ -255,9 +255,7 @@ if ($modecompta == 'CREANCES-DETTES') $sql.=" AND cp.fk_product is null"; } elseif ($selected_cat) { // Into a specific category - - if ($subcat) - { + if ($subcat) { $TListOfCats = $categorie->get_full_arbo('product', $selected_cat, 1); $listofcatsql = "";