diff options
author | ivan <ivan> | 2008-09-10 08:34:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-09-10 08:34:30 +0000 |
commit | 096f208ab7e91fdf6391001a2e28c0a80374ee39 (patch) | |
tree | 96381a7280998d1a1b76137da2c3f4360a019032 /httemplate/misc | |
parent | 44b5d849d7fb3af5ea1e2812097126633add0fd4 (diff) |
add re-FTP reprint, RT#create-me-tommorow-for-enet
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/ftp_invoices.cgi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/ftp_invoices.cgi b/httemplate/misc/ftp_invoices.cgi new file mode 100644 index 000000000..9a072b99f --- /dev/null +++ b/httemplate/misc/ftp_invoices.cgi @@ -0,0 +1,9 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Resend invoices'); + +my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reftp', $cgi; + +</%init> |