diff options
| author | ivan <ivan> | 2008-09-10 08:34:32 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-09-10 08:34:32 +0000 |
| commit | 96f1d947b394cb96690f5fde2f91f3efcd21dc21 (patch) | |
| tree | fd6b8dc32bf71f19237e023af353569d7c1ed288 /httemplate/misc | |
| parent | f5651a3f5978a89f208a861844d014217d4c31e8 (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> |
