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

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

%>