summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_referral.html
diff options
context:
space:
mode:
authorivan <ivan>2007-10-02 00:44:03 +0000
committerivan <ivan>2007-10-02 00:44:03 +0000
commitdc847cc499934b48c9da04bd0adb9c500ea6c0ac (patch)
tree1c655a87d2f88de94eda699953ee0ed7562c8071 /httemplate/browse/part_referral.html
parent30ce495385b09bd342eee1650f48321892c40fe6 (diff)
Configuration right no longer gives access to things controlled by their own ACLs (advertising source & package edit
Diffstat (limited to 'httemplate/browse/part_referral.html')
-rwxr-xr-xhttemplate/browse/part_referral.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/browse/part_referral.html b/httemplate/browse/part_referral.html
index 21ee8736b..9cc32c459 100755
--- a/httemplate/browse/part_referral.html
+++ b/httemplate/browse/part_referral.html
@@ -126,8 +126,7 @@ Where a customer heard about your service. Tracked for informational purposes.
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration')
- || $FS::CurrentUser::CurrentUser->access_right('Edit advertising sources')
+ unless $FS::CurrentUser::CurrentUser->access_right('Edit advertising sources')
|| $FS::CurrentUser::CurrentUser->access_right('Edit global advertising sources');
my $today = timelocal(0, 0, 0, (localtime(time))[3..5] );