diff options
| author | ivan <ivan> | 2007-09-22 19:40:39 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-09-22 19:40:39 +0000 | 
| commit | 11ba0dd0c3d0c7fa3ead5ec585c995679a761a99 (patch) | |
| tree | 48dfcca14b51c2c37b47b5b783eabd1e4650298e | |
| parent | 59ac37836ab9bcd96ca053fec2120d8054c63236 (diff) | |
UI
| -rwxr-xr-x | httemplate/view/svc_acct.cgi | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index f8c73e5af..971c6a4ae 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -310,7 +310,7 @@ Service #<B><% $svcnum %></B>  %     my($label, $value) = $svc_www->cust_svc->label;  %     my $link = $p. 'view/svc_www.cgi?'. $svc_www->svcnum;        <TR> -        <TD> +        <TD BGCOLOR="#ffffff">            <A HREF="<% $link %>"><% "$label: $value" %></A>          </TD>        </TR> @@ -382,7 +382,9 @@ my @svc_www = qsearch({    #XXX shit outta luck if you somehow got them linked across agents    # maybe we should show but not link to them?  kinda makes sense...    # (maybe a specific ACL for this situation???) -  'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql, +  'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql( +                            'null_right' => 'View/link unlinked services' +                          ),  });  </%init>  | 
