X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Fagent_commission.html;h=2818d2ee5e69dc14816d07a1ef3e945fa836333a;hb=06fd3d9f3ca53b2d2f7595e55be4b129ca69511c;hp=b94ae9f6e8ca352ff704f7d1f83e0e0429f5caef;hpb=7db25915018db59d1337142606e225810d188239;p=freeside.git 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 %> % }