forked from Wavyzz/dolibarr
Co-authored-by: robin <robin.lagler@vingeanne-transports.com>
This commit is contained in:
@@ -43,7 +43,7 @@ if ($user->socid > 0) { // Protection if external user
|
||||
//$socid = $user->socid;
|
||||
accessforbidden();
|
||||
}
|
||||
$result = restrictedArea($user, 'holiday', $id, '');
|
||||
$result = restrictedArea($user, 'holiday', $id, '', 'readall');
|
||||
|
||||
$action = GETPOST('action', 'aZ09') ?GETPOST('action', 'aZ09') : 'view';
|
||||
$massaction = GETPOST('massaction', 'alpha');
|
||||
|
||||
Reference in New Issue
Block a user