diff options
author | ivan <ivan> | 2010-06-17 02:08:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-17 02:08:53 +0000 |
commit | 8966833a87b9a002c9d72c56832e35b55628dc81 (patch) | |
tree | 5ebe5128d453eb940580b1876b2218d1db8d87be /httemplate/view/prospect_main.html | |
parent | 259921ee5e89a68fc79b2a358643c558ebb4fdaa (diff) |
Add "View customers of all agents" access rights, RT#7010
Diffstat (limited to 'httemplate/view/prospect_main.html')
-rw-r--r-- | httemplate/view/prospect_main.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 9883e6766..9517e3920 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -14,7 +14,8 @@ <TD BGCOLOR="#FFFFFF"><B><% $prospectnum %></B></TD> </TR> -%unless ( scalar(@agentnums) == 1 ) { +%unless ( scalar(@agentnums) == 1 +% && !$curuser->access_right('View customers of all agents') ) { % my $agent = qsearchs('agent',{ 'agentnum' => $prospect_main->agentnum } ); <TR> <TD ALIGN="right">Agent</TD> |