From fde6a8aa2903e02f9b5126062efe2563190b94b7 Mon Sep 17 00:00:00 2001 From: eldy Date: Mon, 10 Oct 2011 20:02:47 +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 824b253a6be..326b557159f 100644 --- a/htdocs/includes/modules/modCashDesk.class.php +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -86,7 +86,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;