RT# 82137 - default payment amount now has processing fee in total if processing...
[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>