diff --git a/htdocs/includes/modules/modCashDesk.class.php b/htdocs/includes/modules/modCashDesk.class.php index 7a265c8d30b..c769c1ab45d 100644 --- a/htdocs/includes/modules/modCashDesk.class.php +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -90,7 +90,7 @@ class modCashDesk extends DolibarrModules $r=0; $r++; - $this->rights[$r][0] = 50001; + $this->rights[$r][0] = 50101; $this->rights[$r][1] = 'Use cashdesk'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 1;