Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / elements / tr-select-cust_phone.html
1   <TR>
2     <TD ALIGN="right"><% $opt{'label'} || 'Customer Phones' %></TD>
3     <TD>
4       <% include( '/elements/select-cust_phone.html', %opt ) %>
5     </TD>
6   </TR>
7
8 <%init>
9
10 my %opt = @_;
11
12 </%init>