X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fagent_commission.html;h=2818d2ee5e69dc14816d07a1ef3e945fa836333a;hp=b94ae9f6e8ca352ff704f7d1f83e0e0429f5caef;hb=dc797c21faf993cec12ae92c190043c4f8bb2ab2;hpb=c38cbda56530785527927471a3ecee56a71c7a13 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; - <% $label %> + <% $cust_main->display_custnum %>: <% $cust_main->name |h %> % }