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

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

%>