summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to '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 1881b5251..4bf45a6ea 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -299,6 +299,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 8ff550537..ba2dd9cc9 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -254,6 +254,7 @@ sub _upgrade_data { # class method
'_ALL' => 'Employee preference telephony integration',
'Add on-the-fly credit reason' => 'Add on-the-fly refund reason',
'Resend invoices' => 'Print and mail invoices',
+ 'List customers' => 'Customers: Customer churn report',
);
# foreach my $old_acl ( keys %onetime ) {