summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-26 18:21:05 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-26 18:21:05 -0700
commit591811b46fb6f51aa93868db6eaba0242d1257ad (patch)
treece6d508c430ad57a2983c0b7789498dbf12de265 /FS/FS
parent8e927de64cab74f05bde5f0ceb4bd9995e18b31c (diff)
add a separate ACL for churn report, RT#75012
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/AccessRight.pm1
-rw-r--r--FS/FS/access_right.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index c19b41e..42db7e0 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -296,6 +296,7 @@ tie my %rights, 'Tie::IxHash',
{ rightname=>'View system logs' },
'Download report data',
+ 'Customers: Customer churn report',
'Services: Accounts',
'Services: Accounts: Advanced search',
'Services: Domains',
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index ea6f82e..f7b1686 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -259,6 +259,7 @@ sub _upgrade_data { # class method
'Change package contract end date',
],
'Resend invoices' => 'Print and mail invoices',
+ 'List customers' => 'Customers: Customer churn report',
);
# foreach my $old_acl ( keys %onetime ) {