combine ticket notification scrips, #15353
[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
10 <TR>
11   <TD ALIGN="right"><% $opt{'label'} || 'Customer fields' %></TD>
12   <TD>
13     <% include( '/elements/select-cust-fields.html', $cust_fields, %opt ) %>
14   </TD>
15 </TR>