From e807cb6b036c6931bbfe7ad1375e5587e039d340 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 22 Oct 2019 15:00:58 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/commande/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 470509aa50a..7f98733ba94 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -770,7 +770,7 @@ if ($resql) $generic_commande = new Commande($db); $generic_product = new Product($db); - + $companystatic = array(); $getNomUrl = array(); @@ -785,7 +785,7 @@ if ($resql) $text_info=''; $text_warning=''; $nbprod=0; - + if (!isset($companystatic[$obj->socid])) { $companystatic[$obj->socid] = new Societe($db); $companystatic[$obj->socid]->id = $obj->socid;