From 63d61b3842394ace3ca271a0d7786be7483f54a8 Mon Sep 17 00:00:00 2001 From: eldy Date: Mon, 10 Oct 2011 20:01:41 +0200 Subject: [PATCH] Fix: Everyone can access point of sale --- htdocs/includes/modules/modCashDesk.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;