summaryrefslogtreecommitdiff
path: root/httemplate/misc/spool_invoices.cgi
blob: bfe24e6eadffe628e49c928269d31324f5b30164 (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_respool', $cgi;

</%init>