diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-04-15 19:18:53 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-15 19:18:53 -0700 |
| commit | 458154df5fb1ebf983458007e266da130b706ef7 (patch) | |
| tree | c5ec9977527e0d0eaa09fbfcb3b67807a7bb77c0 /httemplate/search/part_pkg.html | |
| parent | 6f97b139aca5de337dd8bfaa62959eda62a1607a (diff) | |
add separate ACL for employee reports, RT#22516
Diffstat (limited to 'httemplate/search/part_pkg.html')
| -rw-r--r-- | httemplate/search/part_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/part_pkg.html b/httemplate/search/part_pkg.html index 2178346e2..a90f13c95 100644 --- a/httemplate/search/part_pkg.html +++ b/httemplate/search/part_pkg.html @@ -23,7 +23,7 @@ my $curuser = $FS::CurrentUser::CurrentUser; die "access denied" - unless $curuser->access_right('Financial reports'); + unless $curuser->access_right('Employees: Commission Report'); #that's all this does so far my $conf = new FS::Conf; my $money_char = $conf->config('money_char') || '$'; |
