summaryrefslogtreecommitdiff
path: root/httemplate/misc/ftp_invoices.cgi
blob: 9a072b99f1483f2417bda2a15f904931b15e4862 (plain)
1
2
3
4
5
6
7
8
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>