default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / edit / process / part_device.html
1 <% include( 'elements/process.html',
2                'table'       => 'part_device',
3                'viewall_dir' => 'browse',
4                'process_m2m' => {
5                  'link_table'   => 'export_device',
6                  'target_table' => 'part_export',
7                },
8            )
9 %>
10 <%init>
11
12 die "access denied"
13   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
14
15 </%init>