Fixing style errors.
This commit is contained in:
parent
406089ef0c
commit
6fd08bc5ef
@ -494,10 +494,10 @@ function restrictedArea($user, $features, $objectid = 0, $tableandshare = '', $f
|
|||||||
$deleteok = 0;
|
$deleteok = 0;
|
||||||
}
|
}
|
||||||
} elseif ($feature == 'payment') {
|
} elseif ($feature == 'payment') {
|
||||||
if (!$user->rights->facture->supprimer) {
|
if (!$user->rights->facture->supprimer) {
|
||||||
$deleteok = 0;
|
$deleteok = 0;
|
||||||
}
|
}
|
||||||
}elseif ($feature == 'banque') {
|
} elseif ($feature == 'banque') {
|
||||||
if (!$user->rights->banque->modifier) {
|
if (!$user->rights->banque->modifier) {
|
||||||
$deleteok = 0;
|
$deleteok = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user