From 85b7458b021fe4831ad46f3999f86d3dae8e8860 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 7 Oct 2020 09:24:37 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/fourn/paiement/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/paiement/list.php b/htdocs/fourn/paiement/list.php index 874a15bb8ac..1a89e7f6906 100644 --- a/htdocs/fourn/paiement/list.php +++ b/htdocs/fourn/paiement/list.php @@ -45,7 +45,7 @@ if ($user->socid) $socid = $user->socid; // $object = new PaiementFourn($db); // restrictedArea($user, $object->element); -if(!$user->rights->fournisseur->facture->lire) { +if (!$user->rights->fournisseur->facture->lire) { accessforbidden(); } @@ -327,8 +327,8 @@ print_liste_field_titre($selectedfields, $_SERVER['PHP_SELF'], '', '', '', 'alig print ''; $checkedCount = 0; -foreach($arrayfields as $column) { - if($column['checked']) { +foreach ($arrayfields as $column) { + if ($column['checked']) { $checkedCount++; } }