From 458154df5fb1ebf983458007e266da130b706ef7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 15 Apr 2013 19:18:53 -0700 Subject: add separate ACL for employee reports, RT#22516 --- FS/FS/access_right.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'FS/FS/access_right.pm') 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 ) { -- cgit v1.1