X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fagent_commission.html;h=2818d2ee5e69dc14816d07a1ef3e945fa836333a;hb=8f695e657e4f97cbf9ebbf99c3c2dd24bb9aea2f;hp=b94ae9f6e8ca352ff704f7d1f83e0e0429f5caef;hpb=63973c641c4be00765fa27e55c57cc5b9aa4da19;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 %> % }