diff options
| author | ivan <ivan> | 2008-01-13 20:46:53 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 20:46:53 +0000 | 
| commit | a95b10c0c3ccee4e34c3bd0680e5ee2a4becdee6 (patch) | |
| tree | 76ffac86805a9222ad1242eacfebf8580874cdd1 /httemplate/view/svc_external.cgi | |
| parent | bd152637da56be7155765363cc29ae0126813fed (diff) | |
ACLs
Diffstat (limited to 'httemplate/view/svc_external.cgi')
| -rw-r--r-- | httemplate/view/svc_external.cgi | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/httemplate/view/svc_external.cgi b/httemplate/view/svc_external.cgi index b87166a17..553d2362a 100644 --- a/httemplate/view/svc_external.cgi +++ b/httemplate/view/svc_external.cgi @@ -5,7 +5,6 @@      : ( "Cancel this (unaudited) external service" =>            "${p}misc/cancel-unaudited.cgi?$svcnum" )    ), -  "Main menu" => $p,  )) %>  <A HREF="<%$p%>edit/svc_external.cgi?<%$svcnum%>">Edit this information</A><BR> @@ -30,8 +29,7 @@  <%init>  die "access denied" -  unless $FS::CurrentUser::CurrentUser->access_right('View customer services') -      || $FS::CurrentUser::CurrentUser->access_right('View customer'); #XXX remove me +  unless $FS::CurrentUser::CurrentUser->access_right('View customer services');  my($query) = $cgi->keywords;  $query =~ /^(\d+)$/; | 
