RT# 38517 - Added Lingua::EN::NameParse to parse real name into first and last name.
[freeside.git] / httemplate / misc / print_invoices.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Resend invoices');
6
7 my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reprint', $cgi;
8
9 </%init>