diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 16:09:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 16:09:39 -0700 |
commit | dc797c21faf993cec12ae92c190043c4f8bb2ab2 (patch) | |
tree | 02ea72945ecf26aa7453ceff27cb688dbc0cd380 /httemplate/search/agent_commission.html | |
parent | c38cbda56530785527927471a3ecee56a71c7a13 (diff) |
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/search/agent_commission.html')
-rw-r--r-- | httemplate/search/agent_commission.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/search/agent_commission.html b/httemplate/search/agent_commission.html index b94ae9f6e..2818d2ee5 100644 --- a/httemplate/search/agent_commission.html +++ b/httemplate/search/agent_commission.html @@ -33,11 +33,10 @@ td.money:before { content: '<% $money_char %>'; } % if ( $custnum ne $cust_pkg->custnum ) { % # start of a new customer section % my $cust_main = $cust_pkg->cust_main; -% my $label = $cust_main->custnum . ': '. $cust_main->name; % $bgcolor = 0; <TR> <TD COLSPAN=4 CLASS="cust_head"> - <A HREF="<%$p%>view/cust_main.cgi?<%$cust_main->custnum%>"><% $label %></A> + <A HREF="<%$p%>view/cust_main.cgi?<%$cust_main->custnum%>"><% $cust_main->display_custnum %>: <% $cust_main->name |h %></A> </TD> </TR> % } |