RT# 38517 - added auto create of customer contact, if requestor is not a contact...
[freeside.git] / httemplate / elements / select-hardware_class.html
1 <% include( '/elements/select-table.html',
2                  'table'         => 'hardware_class',
3                  'name_col'      => 'classname',
4                  'hashref'       => { 'disabled' => '' },
5                  %opt,
6              )
7 %>
8 <%init>
9 my %opt = @_;
10 </%init>