X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_referral.html;h=9cc32c4594a8b131a5f4136ff291feea447172c5;hb=9bdca2fe23584918219395b62effbb9ef0fc5f1c;hp=21ee8736b6bd055626682a86410be4d5f0c9b8e6;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git 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] );