From 51d044c74ff531b744a6b570fe4a178654a0e7da Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 19 Oct 2008 00:38:09 +0000 Subject: add a master custnum field to agents, RT#2933 (roundabout) --- httemplate/browse/agent.cgi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'httemplate/browse/agent.cgi') diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 234bfa7..89739f0 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)' %> -- cgit v1.1