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);
|
// $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++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user