Skip to content
Snippets Groups Projects
Commit 77494254 authored by aspangaro's avatar aspangaro
Browse files

Modify right to access on chart of accounts

parent 9c855f3a
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ class modAccounting extends DolibarrModules
$this->rights[$r][0] = 50440;
$this->rights[$r][1] = 'Manage chart of accounts';
$this->rights[$r][2] = 'r';
$this->rights[$r][3] = 1;
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'chartofaccount';
$this->rights[$r][5] = '';
$r++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment