diff options
Diffstat (limited to 'httemplate/search/report_cust_credit.html')
-rw-r--r-- | httemplate/search/report_cust_credit.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index 0490f4323..be02e9fbd 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -4,18 +4,12 @@ <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> <TABLE> - <TR> - <TD ALIGN="right">Credits by employee: </TD> - - <TD> - <SELECT NAME="otaker"> - <OPTION VALUE="">all</OPTION> -% foreach my $otaker ( @otakers ) { - <OPTION VALUE="<% $otaker %>"><% $otaker %></OPTION> -% } - </SELECT> - </TD> - </TR> + + <% include( '/elements/tr-select-otaker.html', + 'label' => 'Credits by employee: ', + 'otakers' => \@otakers, + ) + %> <% include( '/elements/tr-select-agent.html', 'curr_value' => scalar( $cgi->param('agentnum') ), |