RT# 78019 - updated csv and excel export to set two decimal for revenue columns.
[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>