fix "multiple states" links, RT#13922
[freeside.git] / httemplate / elements / select-hardware_type.html
1 <% include( '/elements/select-table.html',
2                  'table'         => 'hardware_type',
3                  'name_col'      => 'model',
4                  'hashref'       => $hashref,
5                  %opt,
6              )
7 %>
8 <%init>
9 my %opt = @_;
10 my $classnum = delete $opt{'classnum'};
11 my $hashref = $opt{'hashref'} || {};
12 $hashref->{'classnum'} = $classnum if $classnum;
13
14 </%init>