From f8066fa6a33f4ac33beec675b17de96c8c0a274b Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 6 Aug 2014 18:36:52 -0700 Subject: 477 report tweaks --- httemplate/edit/process/bulk-part_pkg-fcc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/bulk-part_pkg-fcc.html b/httemplate/edit/process/bulk-part_pkg-fcc.html index 17579aa61..4a0fb2a22 100644 --- a/httemplate/edit/process/bulk-part_pkg-fcc.html +++ b/httemplate/edit/process/bulk-part_pkg-fcc.html @@ -21,8 +21,9 @@ % } <%init> my $curuser = $FS::CurrentUser::CurrentUser; -die "access denied" - unless $curuser->access_right('Bulk edit package definitions'); +my $edit_acl = $curuser->access_right('Edit FCC report configuration'); +my $global_edit_acl = $curuser->access_right('Edit FCC report configuration for all agents'); +die "access denied" unless $edit_acl or $global_edit_acl; # non-atomic; report errors but allow successful changes to go through # not that I even know how you'd get an error doing this -- cgit v1.2.1