summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_pkg_report_option.html
blob: 052aabd72994a71fc1e86cec8e94231e89af1bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
<% include( 'elements/process.html',
               'table'       => 'part_pkg_report_option',
               'viewall_dir' => 'browse',
           )
%>
<%init>

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

</%init>