RT# 80898 - added config option to allow for the changing of the name for credit...
[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>