X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=cd4d8b9835f5c390a3bd8b0927ae1831fabf4629;hb=84d09a5892b5e0d4dd7fd1d1a816f81383255217;hp=b93d56c907c8a48dbffb09c7a2fa77fcb8b2576c;hpb=5794f606bc6eaa40521f21204aaea72c605d371a;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index b93d56c90..cd4d8b983 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -352,6 +352,7 @@ tie my %rights, 'Tie::IxHash', { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now? give em their own ACLs { rightname=>'Export', global=>1 }, { rightname=> 'Edit rating data', desc=>'Delete CDRs', global=>1 }, + { rightname=>'Delete fees', }, #], # ### @@ -415,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, }, @@ -471,6 +474,8 @@ sub default_superuser_rights { 'Backdate credit', 'View legacy typeset statments', 'Detach customer package', + 'Delete fees', + 'Employee preference telephony integration', ); no warnings 'uninitialized';