diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/AccessRight.pm | 2 | ||||
| -rw-r--r-- | FS/FS/access_right.pm | 1 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 5aeb18503..cd4d8b983 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -416,6 +416,8 @@ tie my %rights, 'Tie::IxHash',      { rightname=>'Alarm configuration' },      { rightname=>'Alarm global configuration', global=>1 }, +    { rightname=>'Edit hardware classes and types' }, +      { rightname=> 'Configure network monitoring', global=>1 },      #{ rightname=>'Edit employees', global=>1, }, diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 87337d5d7..c1e01f1dd 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -264,6 +264,7 @@ sub _upgrade_data { # class method      'Edit customer note' => 'Delete customer note',      'Edit customer' => 'Edit customer invoice terms',      'Financial reports' => 'Basic payment and refund reports', +    'Configuration' => 'Edit hardware clases and types',    );  #  foreach my $old_acl ( keys %onetime ) {  | 
