From 096f208ab7e91fdf6391001a2e28c0a80374ee39 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Sep 2008 08:34:30 +0000 Subject: add re-FTP reprint, RT#create-me-tommorow-for-enet --- httemplate/misc/ftp_invoices.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httemplate/misc/ftp_invoices.cgi (limited to 'httemplate/misc/ftp_invoices.cgi') 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; + + -- cgit v1.2.1