summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_device.html
blob: 399991fc858485ee954a3b70d658a30947d18831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% include( 'elements/process.html',
               'table'       => 'part_device',
               'viewall_dir' => 'browse',
               'process_m2m' => {
                 'link_table'   => 'export_device',
                 'target_table' => 'part_export',
               },
           )
%>
<%init>

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

</%init>