X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;h=0a516edef9952ffe43a4b1787c94c97ea44cc485;hb=52b311cb03ee6714c2ea8d108efdfef86c2c3e1d;hp=234bfa74a300c9121ff69f79243d482f42c6e23a;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 234bfa74a..0a516edef 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -26,6 +26,8 @@ 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
@@ -84,11 +86,31 @@ full offerings (via their type).

<% $agent->agent_type->atype %> + +% if ( $agent->agent_custnum ) { + <% include('/elements/small_custview.html', + $agent->agent_custnum, + scalar($conf->config('countrydefault')), + 1, #show balance + ) + %> +% } + + + +% foreach my $access_group ( +% map $_->access_group, +% qsearch('access_groupagent', { 'agentnum' => $agent->agentnum }) +% ) { + <% $access_group->groupname |h %>
+% } + + <% $agent->invoice_template || '(Default)' %> - + @@ -364,14 +386,13 @@ Unused % } - +
- <% $override->name %> - (delete) + <% $override->name %> (delete)
(add override)(view/add/edit overrides)