summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-11-09 12:37:12 -0800
committerIvan Kohler <ivan@freeside.biz>2018-11-09 12:37:12 -0800
commit7f1bc260ca39c9a8ab53d24b51dc5610d893a76a (patch)
treea42f63b755d194b8015b311ec5456f61b08020c9 /FS/FS/AccessRight.pm
parent86e3918fb39901e2b1797f60348daa6d4f5b7e9e (diff)
delete fees, RT#81713
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index b93d56c..40e9a46 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';