Skip to content

Commit

Permalink
Modify right to access on chart of accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed May 2, 2016
1 parent 9c855f3 commit 7749425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAccounting.class.php
Expand Up @@ -273,7 +273,7 @@ function __construct($db)
$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++;
Expand Down

0 comments on commit 7749425

Please sign in to comment.