Will things ever be the same again?
[freeside.git] / httemplate / elements / select-pkg_class.html
1 %
2 %  my( $classnum, %opt ) = @_;
3 %
4 %  $opt{'records'} = delete $opt{'pkg_class'}
5 %    if $opt{'pkg_class'};
6 %
7 %  #warn "***** select-pkg-class: \n". Dumper(%opt);
8 %
9 %
10 <% include( '/elements/select-table.html',
11                  'table'       => 'pkg_class',
12                  'name_col'    => 'classname',
13                  'value'       => $classnum,
14                  'empty_label' => '(none)',
15                  #'hashref'     => { 'disabled' => '' },
16                  %opt,
17              )
18 %>