add indices on cust_pay_pending.paynum .void_paynum and .jobnum, RT#23357, github...
[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>