X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;h=7648915e6629cd5d9cd3426fd50323541a034de5;hp=b25b1faca3ff7301827d680c3b54639078ca652b;hb=8a00b4c10743a314f4a298879141b60d6096eb3b;hpb=158129233ebfb53031315689f0b533fea407df09 diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index b25b1faca..7648915e6 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -27,6 +27,7 @@ full offerings (via their type).

param('showdisabled') || !dbdef->table('agent')->column('disabled') ) ? 2 : 3 %>>Agent Type Master Customer + Access Groups Invoice
Template
Customers Customer
packages
@@ -97,6 +98,15 @@ full offerings (via their type).

+% foreach my $access_group ( +% map $_->access_group, +% qsearch('access_groupagent', { 'agentnum' => $agent->agentnum }) +% ) { + <% $access_group->groupname |h %>
+% } + + + <% $agent->invoice_template || '(Default)' %>