X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=87836279f8a374a5d6fc29d85ed4cf97374d9af7;hp=2024d948d79c98d2b6188f1cfd16ed16c5218498;hb=bb7e827141c9ed68f30765c9ca2ddcd1d760ad2d;hpb=a2403695de3d9802bb5ce10bf64f64d8358141a9 diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 2024d948d..87836279f 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', }, #], # ### @@ -471,6 +472,7 @@ sub default_superuser_rights { 'Backdate credit', 'View legacy typeset statments', 'Detach customer package', + 'Delete fees', ); no warnings 'uninitialized';