X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;fp=httemplate%2Fbrowse%2Fagent.cgi;h=89739f00bc30edca4a446db9c815478801bb969d;hp=234bfa74a300c9121ff69f79243d482f42c6e23a;hb=51d044c74ff531b744a6b570fe4a178654a0e7da;hpb=86a09d3645f2b92ecd735ce8354e5f99a64b050f diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 234bfa74a..89739f00b 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -26,6 +26,7 @@ full offerings (via their type).

param('showdisabled') || !dbdef->table('agent')->column('disabled') ) ? 2 : 3 %>>Agent Type + Master Customer Invoice
Template
Customers Customer
packages
@@ -84,6 +85,17 @@ 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 + ) + %> +% } + + <% $agent->invoice_template || '(Default)' %>