Fix: Everyone can access point of sale
This commit is contained in:
parent
d9fcc18ee4
commit
63d61b3842
@ -90,7 +90,7 @@ class modCashDesk extends DolibarrModules
|
|||||||
$r=0;
|
$r=0;
|
||||||
|
|
||||||
$r++;
|
$r++;
|
||||||
$this->rights[$r][0] = 50001;
|
$this->rights[$r][0] = 50101;
|
||||||
$this->rights[$r][1] = 'Use cashdesk';
|
$this->rights[$r][1] = 'Use cashdesk';
|
||||||
$this->rights[$r][2] = 'a';
|
$this->rights[$r][2] = 'a';
|
||||||
$this->rights[$r][3] = 1;
|
$this->rights[$r][3] = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user