Fixing style errors.
This commit is contained in:
parent
e26ab93179
commit
85b7458b02
@ -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 '</tr>';
|
||||
|
||||
$checkedCount = 0;
|
||||
foreach($arrayfields as $column) {
|
||||
if($column['checked']) {
|
||||
foreach ($arrayfields as $column) {
|
||||
if ($column['checked']) {
|
||||
$checkedCount++;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user