summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-04 10:08:37 -0700
committerMark Wells <mark@freeside.biz>2012-04-04 10:08:37 -0700
commit583e90e3de4d707996084dc82b794f26063b7fea (patch)
treee3c319516458ee6e88891e181ded261b6ac58a07 /FS/FS/AccessRight.pm
parentc2ee6c5c4f274bbf86729cacd2fe011ea71f725d (diff)
options to limit access to full customer list, #15928
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 1bfae03ad..b164948f2 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -253,6 +253,7 @@ tie my %rights, 'Tie::IxHash',
###
'Reporting/listing rights' => [
'List customers',
+ 'List all customers',
'List zip codes', #NEW
'List invoices',
'List packages',
@@ -266,6 +267,8 @@ tie my %rights, 'Tie::IxHash',
{ rightname=> 'List inventory', global=>1 },
{ rightname=>'View email logs', global=>1 },
+ 'Download report data',
+
#{ rightname => 'List customers of all agents', global=>1 },
],