diff options
| author | Mark Wells <mark@freeside.biz> | 2012-06-13 16:18:49 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-06-13 16:18:49 -0700 |
| commit | 9ef78be87df0f0f880ff5d903ed6243b67369cf0 (patch) | |
| tree | e69278b1e33baf2b9c0356ed31435fc0f0188b01 /httemplate/edit/process | |
| parent | daa09251fec52517b630b3f6935041dc7c795f90 (diff) | |
table of FTP targets for invoice spool upload, #17620
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/ftp_target.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/edit/process/ftp_target.html b/httemplate/edit/process/ftp_target.html new file mode 100644 index 000000000..35f56c490 --- /dev/null +++ b/httemplate/edit/process/ftp_target.html @@ -0,0 +1,12 @@ +<& elements/process.html, + 'table' => 'ftp_target', + 'viewall_dir' => 'browse', + 'agent_null' => 1, +&> +<%init> +my $curuser = $FS::CurrentUser::CurrentUser; + +die "access denied" + unless $curuser->access_right('Configuration'); + +</%init> |
