summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-25 21:18:45 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-25 21:18:45 -0700
commita8d0463f23b08cb6cf4202105ac05f86a19d2f42 (patch)
tree82d1d82c87008261ada10b8cc733fef7e0ce74a8 /httemplate
parenta9e0bcdce308177b619f1490f58a608f49a69e90 (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/browse/agent.cgi12
-rw-r--r--httemplate/browse/sales.html1
2 files changed, 7 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>
diff --git a/httemplate/browse/sales.html b/httemplate/browse/sales.html
index d7375b9f8..47db4206e 100644
--- a/httemplate/browse/sales.html
+++ b/httemplate/browse/sales.html
@@ -38,6 +38,7 @@ push @fields, sub {
$sales->sales_custnum,
scalar($conf->config('countrydefault')),
1, #show balance
+ $p.'view/cust_main.cgi',
);
};
push @links, '';