RT# 76093 - added ability for processing fee to be used with batch processing. V3...
[freeside.git] / httemplate / elements / tr-select-otaker.html
1 <TR>
2   <TD ALIGN="right"><% $opt{'label'} || emt('Employee: ') %></TD>
3   <TD><& select-otaker.html, %opt &></TD>
4 </TR>
5
6 <%init>
7
8 my %opt = @_;
9
10 </%init>