ca37e42762cc87b7707726c6094bd292e9c0b022
[freeside.git] / httemplate / elements / tr-select-cust-fields.html
1 <%
2   my( $cust_fields, %opt ) = @_;
3
4   use FS::ConfDefaults;
5   $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ];
6
7 %>
8
9 <TR>
10   <TD ALIGN="right"><%= $opt{'label'} || 'Customer fields' %></TD>
11   <TD>
12     <%= include( '/elements/select-cust-fields.html', $cust_fields, %opt ) %>
13   </TD>
14 </TR>