add E911 address to self-service provision_phone, document it, RT#34069
[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>