Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / elements / tr-select-cust-fields.html
1 <TR>
2   <TH ALIGN="right"><% $opt{'label'} || mt('Customer fields') |h %></TH>
3   <TD><& /elements/select-cust-fields.html, $cust_fields, %opt &></TD>
4 </TR>
5 <%init>
6
7 my( $cust_fields, %opt ) = @_;
8
9 $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ];
10
11 </%init>