RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / select-access_group.html
1
2 %  my( $groupnum, %opt ) = @_;
3 %
4 %  %opt{'records'} = delete $opt{'access_group'}
5 %    if $opt{'access_group'};
6 %
7 %
8 <% include( '/elements/select-table.html',
9                  'table'       => 'access_group',
10                  'name_col'    => 'groupname',
11                  'value'       => $groupnum,
12                  'empty_label' => '(none)',
13                  #'hashref'     => { 'disabled' => '' },
14                  %opt,
15              )
16 %>