table of FTP targets for invoice spool upload, #17620
[freeside.git] / httemplate / edit / process / ftp_target.html
1 <& elements/process.html,
2            'table'            => 'ftp_target',
3            'viewall_dir'      => 'browse',
4            'agent_null'       => 1,
5 &>
6 <%init>
7 my $curuser = $FS::CurrentUser::CurrentUser;
8
9 die "access denied"
10   unless $curuser->access_right('Configuration');
11
12 </%init>