From 1bf000a8da79ecd4d2a68a606bf06be24a3c8405 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Fri, 17 Feb 2023 09:21:01 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/facture/list.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index 709b246602b..9cefdf00088 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -2109,15 +2109,15 @@ if ($resql) { } } // Customer Code - if (!empty($arrayfields['s.code_client']['checked'])) { - print ''; - print dol_escape_htmltag($companystatic->code_client); - print ''; - if (!$i) { - $totalarray['nbfield']++; + if (!empty($arrayfields['s.code_client']['checked'])) { + print ''; + print dol_escape_htmltag($companystatic->code_client); + print ''; + if (!$i) { + $totalarray['nbfield']++; + } } - } - // Town + // Town if (!empty($arrayfields['s.town']['checked'])) { print ''; print dol_escape_htmltag($obj->town);