mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Co-authored-by: robin <robin.lagler@vingeanne-transports.com>
This commit is contained in:
parent
26a750ee0a
commit
c24fda189f
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user