summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-15 19:18:53 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-15 19:18:53 -0700
commit458154df5fb1ebf983458007e266da130b706ef7 (patch)
treec5ec9977527e0d0eaa09fbfcb3b67807a7bb77c0 /FS/FS/access_right.pm
parent6f97b139aca5de337dd8bfaa62959eda62a1607a (diff)
add separate ACL for employee reports, RT#22516
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 0e8bf45..d370ba5 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -229,7 +229,9 @@ sub _upgrade_data { # class method
'Usage: Unrateable CDRs',
],
'Provision customer service' => [ 'Edit password' ],
-
+ 'Financial reports' => [ 'Employees: Commission Report',
+ 'Employees: Audit Report',
+ ],
;
foreach my $old_acl ( keys %onetime ) {