Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-07 09:24:37 +00:00
parent e26ab93179
commit 85b7458b02

View File

@ -45,7 +45,7 @@ if ($user->socid) $socid = $user->socid;
// $object = new PaiementFourn($db); // $object = new PaiementFourn($db);
// restrictedArea($user, $object->element); // restrictedArea($user, $object->element);
if(!$user->rights->fournisseur->facture->lire) { if (!$user->rights->fournisseur->facture->lire) {
accessforbidden(); accessforbidden();
} }
@ -327,8 +327,8 @@ print_liste_field_titre($selectedfields, $_SERVER['PHP_SELF'], '', '', '', 'alig
print '</tr>'; print '</tr>';
$checkedCount = 0; $checkedCount = 0;
foreach($arrayfields as $column) { foreach ($arrayfields as $column) {
if($column['checked']) { if ($column['checked']) {
$checkedCount++; $checkedCount++;
} }
} }