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

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

%>