summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_pkg_report_option.html
blob: a6f8e57b782951f102489da59e20c2c1a3c66530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<% include( 'elements/edit.html',
              'name'   => 'Package optional report class',
              'table'  => 'part_pkg_report_option',
              'fields' => [
                            'name',
                            { field=>'num', type=>'hidden' },
                            { field=>'disabled', type=>'checkbox', value=>'Y', },
                          ],
              'labels' => { 
                            'num'      => 'Class number',
                            'name'     => 'Class name',
                            'disabled' => 'Disable class',
                          },
              'viewall_dir' => 'browse',
           )
          
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>