diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-25 21:18:45 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-25 21:18:45 -0700 |
commit | a8d0463f23b08cb6cf4202105ac05f86a19d2f42 (patch) | |
tree | 82d1d82c87008261ada10b8cc733fef7e0ce74a8 /httemplate/browse/agent.cgi | |
parent | a9e0bcdce308177b619f1490f58a608f49a69e90 (diff) |
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/browse/agent.cgi')
-rwxr-xr-x | httemplate/browse/agent.cgi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index b9190ecb5..6f2864106 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -88,12 +88,12 @@ full offerings (via their type).<BR><BR> <TD CLASS="inv" BGCOLOR="<% $bgcolor %>"> % if ( $agent->agent_custnum ) { - <% include('/elements/small_custview.html', - $agent->agent_custnum, - scalar($conf->config('countrydefault')), - 1, #show balance - ) - %> + <& /elements/small_custview.html, + $agent->agent_custnum, + scalar($conf->config('countrydefault')), + 1, #show balance + $p.'view/cust_main.cgi', + &> % } </TD> |