summaryrefslogtreecommitdiff
path: root/httemplate/misc/print_invoices.cgi
blob: c6a7885a4ed4ad6a6854efdbdf43ba8a6d8ac228 (plain)
1
2
3
4
5
6
<%

my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reprint';
$server->process;

%>