From: ivan Date: Sat, 22 Sep 2007 19:40:37 +0000 (+0000) Subject: UI X-Git-Tag: TRIXBOX_2_6~355 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=aab64f96cb0f566980bb1590953102afcac3c29c UI --- 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 #<% $svcnum %> % my($label, $value) = $svc_www->cust_svc->label; % my $link = $p. 'view/svc_www.cgi?'. $svc_www->svcnum; - + <% "$label: $value" %> @@ -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' + ), });