diff options
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> |