5486e087772949de62f4e2401ef9ebd0e75ee074
[freeside.git] / httemplate / elements / select-pkg_class.html
1 <%
2   my( $classnum, %opt ) = @_;
3
4   my %select_opt = ();
5   $select_opt{'records'} = $opt{'pkg_class'}
6     if $opt{'pkg_class'};
7
8 %><%= include( '/elements/select-table.html',
9                  'table'       => 'pkg_class',
10                  'name_col'    => 'classname',
11                  'value'       => $classnum,
12                  'empty_label' => '(none)',
13                  #'hashref'     => { 'disabled' => '' },
14                  #%select_opt,
15              )
16 %>