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

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

%>