use the new "Process global batches" right to allow access to non-agent-specific...
[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>